summaryrefslogtreecommitdiff
path: root/ext/hash/php_hash_joaat.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/php_hash_joaat.h')
-rw-r--r--ext/hash/php_hash_joaat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/php_hash_joaat.h b/ext/hash/php_hash_joaat.h
index 113983c2a4..3dd2caa50c 100644
--- a/ext/hash/php_hash_joaat.h
+++ b/ext/hash/php_hash_joaat.h
@@ -24,7 +24,7 @@ typedef struct {
PHP_HASH_API void PHP_JOAATInit(PHP_JOAAT_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
PHP_HASH_API void PHP_JOAATUpdate(PHP_JOAAT_CTX *context, const unsigned char *input, size_t inputLen);
-PHP_HASH_API void PHP_JOAATFinal(unsigned char digest[16], PHP_JOAAT_CTX * context);
+PHP_HASH_API void PHP_JOAATFinal(unsigned char digest[4], PHP_JOAAT_CTX * context);
static uint32_t joaat_buf(void *buf, size_t len, uint32_t hval);