mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
intermediate release
This commit is contained in:
parent
97090f1293
commit
a9ec668cbe
45 changed files with 526 additions and 260 deletions
12
g10/gpgd.c
12
g10/gpgd.c
|
@ -249,6 +249,18 @@ g10_exit( int rc )
|
|||
exit(rc );
|
||||
}
|
||||
|
||||
void
|
||||
do_not_use_RSA()
|
||||
{
|
||||
static int did_rsa_note = 0;
|
||||
|
||||
if( !did_rsa_note ) {
|
||||
did_rsa_note = 1;
|
||||
log_info("RSA keys are depreciated; please consider "
|
||||
"creating a new key and use this key in the future\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
become_daemon()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue