1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-21 01:02:46 +02:00

* cipher.h: Add COMPRESS_ALGO_BZIP2.

This commit is contained in:
David Shaw 2003-10-31 05:07:40 +00:00
parent 06865e7164
commit 8d82e1af00
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-10-31 David Shaw <dshaw@jabberwocky.com>
* cipher.h: Add COMPRESS_ALGO_BZIP2.
2003-10-04 Timo Schulz <twoaday@freakmail.de>
* dynload [WIN32] (dlclose): Do not use CloseHandle but FreeLibrary.

View File

@ -66,6 +66,7 @@
#define COMPRESS_ALGO_NONE 0
#define COMPRESS_ALGO_ZIP 1
#define COMPRESS_ALGO_ZLIB 2
#define COMPRESS_ALGO_BZIP2 3
#define is_RSA(a) ((a)==PUBKEY_ALGO_RSA || (a)==PUBKEY_ALGO_RSA_E \
|| (a)==PUBKEY_ALGO_RSA_S )