mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner Koch
This commit is contained in:
parent
a45f824150
commit
af6e96e4f9
40 changed files with 1848 additions and 1444 deletions
12
g10/gpgd.c
12
g10/gpgd.c
|
@ -258,18 +258,6 @@ 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