1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-25 22:19:59 +01:00

*** empty log message ***

This commit is contained in:
Werner Koch 2000-10-18 15:06:45 +00:00
parent 90335f87b4
commit ee8a16b96e
3 changed files with 8 additions and 1 deletions

View File

@ -1 +1 @@
1.0.4
1.0.4a

View File

@ -1,3 +1,7 @@
2000-10-18 Werner Koch <wk@gnupg.org>
* misc.c (print_cipher_algo_note): Don't print the nore for AES.
2000-10-16 Werner Koch <wk@gnupg.org>
* mainproc.c (do_proc_packets): Hack to fix the problem that

View File

@ -224,6 +224,9 @@ print_cipher_algo_note( int algo )
|| algo == CIPHER_ALGO_CAST5
|| algo == CIPHER_ALGO_BLOWFISH
|| algo == CIPHER_ALGO_TWOFISH
|| algo == CIPHER_ALGO_RIJNDAEL
|| algo == CIPHER_ALGO_RIJNDAEL192
|| algo == CIPHER_ALGO_RIJNDAEL256
)
;
else {