summaryrefslogtreecommitdiff
path: root/openbsd-compat/sha2.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/sha2.c')
-rw-r--r--openbsd-compat/sha2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/sha2.c b/openbsd-compat/sha2.c
index d04fb25f7..36ab60e62 100644
--- a/openbsd-compat/sha2.c
+++ b/openbsd-compat/sha2.c
@@ -835,6 +835,7 @@ SHA512_Final(u_int8_t digest[SHA512_DIGEST_LENGTH], SHA512_CTX *context)
835} 835}
836 836
837 837
838#if 0
838/*** SHA-384: *********************************************************/ 839/*** SHA-384: *********************************************************/
839void 840void
840SHA384_Init(SHA384_CTX *context) 841SHA384_Init(SHA384_CTX *context)
@@ -872,5 +873,6 @@ SHA384_Final(u_int8_t digest[SHA384_DIGEST_LENGTH], SHA384_CTX *context)
872 /* Zero out state data */ 873 /* Zero out state data */
873 memset(context, 0, sizeof(*context)); 874 memset(context, 0, sizeof(*context));
874} 875}
876#endif
875 877
876#endif /* !defined(HAVE_SHA256_UPDATE) && !defined(HAVE_EVP_SHA256) */ 878#endif /* !defined(HAVE_SHA256_UPDATE) && !defined(HAVE_EVP_SHA256) */