mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
*** empty log message ***
This commit is contained in:
parent
90335f87b4
commit
ee8a16b96e
@ -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>
|
2000-10-16 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* mainproc.c (do_proc_packets): Hack to fix the problem that
|
* mainproc.c (do_proc_packets): Hack to fix the problem that
|
||||||
|
@ -224,6 +224,9 @@ print_cipher_algo_note( int algo )
|
|||||||
|| algo == CIPHER_ALGO_CAST5
|
|| algo == CIPHER_ALGO_CAST5
|
||||||
|| algo == CIPHER_ALGO_BLOWFISH
|
|| algo == CIPHER_ALGO_BLOWFISH
|
||||||
|| algo == CIPHER_ALGO_TWOFISH
|
|| algo == CIPHER_ALGO_TWOFISH
|
||||||
|
|| algo == CIPHER_ALGO_RIJNDAEL
|
||||||
|
|| algo == CIPHER_ALGO_RIJNDAEL192
|
||||||
|
|| algo == CIPHER_ALGO_RIJNDAEL256
|
||||||
)
|
)
|
||||||
;
|
;
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user