diff options
Diffstat (limited to '')
-rw-r--r-- | include/cipher.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h index 681386c36..d8b15cf9a 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -68,6 +68,9 @@ #define DIGEST_ALGO_SHA256 /* 8 */ GCRY_MD_SHA256 #define DIGEST_ALGO_SHA384 /* 9 */ GCRY_MD_SHA384 #define DIGEST_ALGO_SHA512 /* 10 */ GCRY_MD_SHA512 +/* SHA224 is as of now only defined in the libgcrypt SVN; thus we + can't use that macro. */ +#define DIGEST_ALGO_SHA224 /* 11 */ 11 /* GCRY_MD_SHA224 */ #define COMPRESS_ALGO_NONE 0 #define COMPRESS_ALGO_ZIP 1 |