From f0902a6aef4055030a8487dc21745e4e9cc93e53 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 20 Apr 2006 02:05:32 +0000 Subject: Add SHA-224 support --- include/cipher.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/cipher.h') 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 -- cgit v1.2.3