mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* cipher.h: Add COMPRESS_ALGO_BZIP2.
This commit is contained in:
parent
0a20226c6d
commit
38282fca0c
@ -1,3 +1,7 @@
|
|||||||
|
2003-10-30 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* cipher.h: Add COMPRESS_ALGO_BZIP2.
|
||||||
|
|
||||||
2003-09-03 David Shaw <dshaw@jabberwocky.com>
|
2003-09-03 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* types.h: Revert previous change. This sort of thing is better
|
* types.h: Revert previous change. This sort of thing is better
|
||||||
|
@ -63,9 +63,10 @@
|
|||||||
#define DIGEST_ALGO_SHA384 9
|
#define DIGEST_ALGO_SHA384 9
|
||||||
#define DIGEST_ALGO_SHA512 10
|
#define DIGEST_ALGO_SHA512 10
|
||||||
|
|
||||||
#define COMPRESS_ALGO_NONE 0
|
#define COMPRESS_ALGO_NONE 0
|
||||||
#define COMPRESS_ALGO_ZIP 1
|
#define COMPRESS_ALGO_ZIP 1
|
||||||
#define COMPRESS_ALGO_ZLIB 2
|
#define COMPRESS_ALGO_ZLIB 2
|
||||||
|
#define COMPRESS_ALGO_BZIP2 3
|
||||||
|
|
||||||
#define is_RSA(a) ((a)==PUBKEY_ALGO_RSA || (a)==PUBKEY_ALGO_RSA_E \
|
#define is_RSA(a) ((a)==PUBKEY_ALGO_RSA || (a)==PUBKEY_ALGO_RSA_E \
|
||||||
|| (a)==PUBKEY_ALGO_RSA_S )
|
|| (a)==PUBKEY_ALGO_RSA_S )
|
||||||
|
Loading…
Reference in New Issue
Block a user