summaryrefslogtreecommitdiff
path: root/ext/hash/php_hash_sha3.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/php_hash_sha3.h')
-rw-r--r--ext/hash/php_hash_sha3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/php_hash_sha3.h b/ext/hash/php_hash_sha3.h
index dd52a24b3b..da7c5f46d7 100644
--- a/ext/hash/php_hash_sha3.h
+++ b/ext/hash/php_hash_sha3.h
@@ -24,7 +24,7 @@
typedef struct {
unsigned char state[200]; // 5 * 5 * sizeof(uint64)
- php_hash_uint32 pos;
+ uint32_t pos;
} PHP_SHA3_CTX;
typedef PHP_SHA3_CTX PHP_SHA3_224_CTX;