aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pubkey-enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/pubkey-enc.c')
-rw-r--r--g10/pubkey-enc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/g10/pubkey-enc.c b/g10/pubkey-enc.c
index 97c73bbc7..1babe460d 100644
--- a/g10/pubkey-enc.c
+++ b/g10/pubkey-enc.c
@@ -47,9 +47,6 @@ get_session_key( PKT_pubkey_enc *k, DEK *dek )
PKT_secret_key *sk = NULL;
int rc;
- if( is_RSA(k->pubkey_algo) ) /* warn about that */
- write_status(STATUS_RSA_OR_IDEA);
-
rc = check_pubkey_algo( k->pubkey_algo );
if( rc )
goto leave;