aboutsummaryrefslogtreecommitdiff
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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/crypto/sha2/sha384.h b/sys/crypto/sha2/sha384.h
index 17d99f6901b7..83ffb8b1ebf1 100644
--- a/sys/crypto/sha2/sha384.h
+++ b/sys/crypto/sha2/sha384.h
@@ -72,10 +72,6 @@ __BEGIN_DECLS
#define SHA384_Data _libmd_SHA384_Data
#endif
-#ifndef SHA384_version
-#define SHA384_version _libmd_SHA384_version
-#endif
-
void SHA384_Init(SHA384_CTX *);
void SHA384_Update(SHA384_CTX *, const void *, size_t);
void SHA384_Final(unsigned char [__min_size(SHA384_DIGEST_LENGTH)],