diff options
author | David Shaw <[email protected]> | 2006-04-20 02:05:32 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-04-20 02:05:32 +0000 |
commit | f0902a6aef4055030a8487dc21745e4e9cc93e53 (patch) | |
tree | dedcdbeb9f77beb985c9f0882bc4fb97ee526d0f /include/cipher.h | |
parent | * keyedit.c (menu_backsign): Give some more verbose errors when we (diff) | |
download | gnupg-f0902a6aef4055030a8487dc21745e4e9cc93e53.tar.gz gnupg-f0902a6aef4055030a8487dc21745e4e9cc93e53.zip |
Add SHA-224 support
Diffstat (limited to '')
-rw-r--r-- | include/cipher.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/cipher.h b/include/cipher.h index 2df5784dc..5649f0fce 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -1,6 +1,6 @@ /* cipher.h - * Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, - * 2005 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, + * 2006 Free Software Foundation, Inc. * * This file is part of GNUPG. * @@ -60,6 +60,7 @@ #define DIGEST_ALGO_SHA256 8 #define DIGEST_ALGO_SHA384 9 #define DIGEST_ALGO_SHA512 10 +#define DIGEST_ALGO_SHA224 11 #define COMPRESS_ALGO_NONE 0 #define COMPRESS_ALGO_ZIP 1 |