1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* cipher.h (DBG_CIPHER,g10c_debug_mode): Removed.

This commit is contained in:
Werner Koch 2003-07-03 18:09:55 +00:00
parent 1753a2f3b0
commit ca3818df83
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,13 @@
2003-07-03 Werner Koch <wk@gnupg.org>
* cipher.h (DBG_CIPHER,g10c_debug_mode): Removed.
2003-06-11 Werner Koch <wk@gnupg.org>
* cipher.h: Include gcrypt.h and mapped cipher algo names to
gcrypt ones. Removed twofish_old and skipjack. Removed all
handle definitions and other raerely used stuff. This file will
eventually be entirely removed.
2003-06-10 Werner Koch <wk@gnupg.org>