mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
See ChangeLog: Wed Sep 6 17:55:47 CEST 2000 Werner Koch
This commit is contained in:
parent
d14ecc1759
commit
d9df5017bf
35 changed files with 4921 additions and 4417 deletions
11
g10/misc.c
11
g10/misc.c
|
@ -211,15 +211,6 @@ print_pubkey_algo_note( int algo )
|
|||
{
|
||||
if( algo >= 100 && algo <= 110 )
|
||||
no_exp_algo();
|
||||
else if( is_RSA( algo ) ) {
|
||||
static int did_note = 0;
|
||||
|
||||
if( !did_note ) {
|
||||
did_note = 1;
|
||||
log_info(_("RSA keys are deprecated; please consider "
|
||||
"creating a new key and use this key in the future\n"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -253,3 +244,5 @@ print_digest_algo_note( int algo )
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue