aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/cipher.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-09-18 10:17:16 +0000
committerWerner Koch <[email protected]>1999-09-18 10:17:16 +0000
commit24ae98041f4d2698f33758438881c5b2519c5bec (patch)
treee14bd46d1cc36443908b734a66f996b3cadd8b3e /cipher/cipher.c
parentSetup development branch (diff)
downloadgnupg-24ae98041f4d2698f33758438881c5b2519c5bec.tar.gz
gnupg-24ae98041f4d2698f33758438881c5b2519c5bec.zip
See ChangeLog: Sat Sep 18 12:16:08 CEST 1999 Werner Koch
Diffstat (limited to '')
-rw-r--r--cipher/cipher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/cipher.c b/cipher/cipher.c
index 990671fc5..7224ab69d 100644
--- a/cipher/cipher.c
+++ b/cipher/cipher.c
@@ -362,6 +362,7 @@ cipher_open( int algo, int mode, int secure )
if( algo == CIPHER_ALGO_DUMMY )
hd->mode = CIPHER_MODE_DUMMY;
else if( mode == CIPHER_MODE_AUTO_CFB ) {
+ #warning Remove this code and the AUTO:CFB macro.
if( algo >= 100 )
hd->mode = CIPHER_MODE_CFB;
else