summaryrefslogtreecommitdiffstats
path: root/cipher/pubkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/pubkey.c')
-rw-r--r--cipher/pubkey.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cipher/pubkey.c b/cipher/pubkey.c
index dbdd8ae2b..5695e7523 100644
--- a/cipher/pubkey.c
+++ b/cipher/pubkey.c
@@ -425,8 +425,6 @@ pubkey_encrypt( int algo, MPI *resarr, MPI data, MPI *pkey )
{
int i, rc;
- /* FIXME: check that data fits into the key (in xxx_encrypt)*/
-
if( DBG_CIPHER ) {
log_debug("pubkey_encrypt: algo=%d\n", algo );
for(i=0; i < pubkey_get_npkey(algo); i++ )