mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
*** empty log message ***
This commit is contained in:
parent
90335f87b4
commit
ee8a16b96e
3 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue