summaryrefslogtreecommitdiffstats
path: root/sys/crypto/sha2/sha384.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/sha2/sha384.h')
-rw-r--r--sys/crypto/sha2/sha384.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/sha2/sha384.h b/sys/crypto/sha2/sha384.h
index ae63ba9..63dd948 100644
--- a/sys/crypto/sha2/sha384.h
+++ b/sys/crypto/sha2/sha384.h
@@ -74,7 +74,7 @@ __BEGIN_DECLS
void SHA384_Init(SHA384_CTX *);
void SHA384_Update(SHA384_CTX *, const void *, size_t);
-void SHA384_Final(unsigned char [SHA384_DIGEST_LENGTH], SHA384_CTX *);
+void SHA384_Final(unsigned char [static SHA384_DIGEST_LENGTH], SHA384_CTX *);
#ifndef _KERNEL
char *SHA384_End(SHA384_CTX *, char *);
char *SHA384_Data(const void *, unsigned int, char *);
OpenPOWER on IntegriCloud