diff options
-rw-r--r-- | usr/src/uts/common/sys/sha1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/sha1.h b/usr/src/uts/common/sys/sha1.h index e74fe6d32c..9e1dcec490 100644 --- a/usr/src/uts/common/sys/sha1.h +++ b/usr/src/uts/common/sys/sha1.h @@ -48,6 +48,7 @@ typedef struct { } buf_un; } SHA1_CTX; +#define SHA1_BLOCK_LENGTH 64 #define SHA1_DIGEST_LENGTH 20 void SHA1Init(SHA1_CTX *); |