File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ PHP NEWS
22
22
23
23
- Hash:
24
24
. Added hash_hkdf() function. (Andrey Andreev)
25
+ . Fixed bug #73961 (environmental build dependency in hash sha3 source).
26
+ (krakjoe)
25
27
26
28
- Intl:
27
29
. Fix bug #73956 (Link use CC instead of CXX). (Remi)
Original file line number Diff line number Diff line change 16
16
+----------------------------------------------------------------------+
17
17
*/
18
18
19
+ #include "php_hash.h"
19
20
#include "php_hash_sha3.h"
20
21
21
22
#if (defined(__APPLE__ ) || defined(__APPLE_CC__ )) && \
Original file line number Diff line number Diff line change 20
20
#define PHP_HASH_SHA3_H
21
21
22
22
#include "php.h"
23
- #include "ext/hash/php_hash.h"
24
23
25
24
typedef struct {
26
25
unsigned char state [200 ]; // 5 * 5 * sizeof(uint64)
You can’t perform that action at this time.
0 commit comments