From 238b28907b1e86e000112cdbcb3fd413e95c20e4 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Mon, 30 Sep 2019 01:39:38 +0300 Subject: 11759 sys/sha1.h should provide SHA1_BLOCK_LENGTH Reviewed by: Andy Fiddaman Reviewed by: Jason Lippert Approved by: Dan McDonald --- usr/src/uts/common/sys/sha1.h | 1 + 1 file changed, 1 insertion(+) 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 *); -- cgit v1.2.3