Commit ff52516cedbdd94dcba2ab2c3e5bddbd6a6d65e2

Guillem Jover 2018-10-06T04:30:11

Add missing compatibility macros for SHA384

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/sha512.h b/include/sha512.h
index 2b2baef..db300f1 100644
--- a/include/sha512.h
+++ b/include/sha512.h
@@ -37,6 +37,10 @@ typedef SHA2_CTX SHA384_CTX;
 #define SHA384_Init		SHA384Init
 #define SHA384_Update		SHA384Update
 #define SHA384_Final		SHA384Final
+#define SHA384_End		SHA384End
+#define SHA384_Data		SHA384Data
+#define SHA384_File		SHA384File
+#define SHA384_FileChunk	SHA384FileChunk
 
 #define SHA512_Init		SHA512Init
 #define SHA512_Update		SHA512Update