SHA1_DIGEST_SIZE also available as a static constant

This commit is contained in:
Michael Brown
2007-02-01 06:36:45 +00:00
parent cc8f9e4b7f
commit 0050378f51
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
struct crypto_algorithm;
#define SHA1_CTX_SIZE sizeof ( SHA1_CTX )
#define SHA1_DIGEST_SIZE SHA1_SIZE
extern struct crypto_algorithm sha1_algorithm;