diff options
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/g10/misc.c b/g10/misc.c index 8706430e7..1e4f4916d 100644 --- a/g10/misc.c +++ b/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 ) + + |