From dcaaa9223e2d1e0af80ddc2d3d70232cbac60d55 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 15 Sep 1999 14:26:39 +0000 Subject: See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner Koch --- g10/mainproc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'g10/mainproc.c') diff --git a/g10/mainproc.c b/g10/mainproc.c index d19bbb965..4c93b4877 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -312,7 +312,9 @@ proc_encrypted( CTX c, PACKET *pkt ) /*log_debug("dat: %sencrypted data\n", c->dek?"":"conventional ");*/ if( !c->dek && !c->last_was_session_key ) { - /* assume this is old conventional encrypted data */ + /* assume this is old conventional encrypted data + * Actually we should use IDEA and MD5 in this case, but becuase + * IDEA is patented we can't do so */ c->dek = passphrase_to_dek( NULL, 0, opt.def_cipher_algo ? opt.def_cipher_algo : DEFAULT_CIPHER_ALGO, NULL, 0 ); -- cgit v1.2.3