diff options
author | Werner Koch <[email protected]> | 1999-09-18 10:17:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-09-18 10:17:16 +0000 |
commit | 24ae98041f4d2698f33758438881c5b2519c5bec (patch) | |
tree | e14bd46d1cc36443908b734a66f996b3cadd8b3e /cipher/cipher.c | |
parent | Setup development branch (diff) | |
download | gnupg-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.c | 1 |
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 |