1
0
Fork 0
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:
Werner Koch 2000-09-06 15:57:12 +00:00
parent d14ecc1759
commit d9df5017bf
35 changed files with 4921 additions and 4417 deletions

View file

@ -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 )