diff options
Diffstat (limited to 'ext/hash/php_hash.h')
| -rw-r--r-- | ext/hash/php_hash.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/hash/php_hash.h b/ext/hash/php_hash.h index b6b43998b4..16252e1eb7 100644 --- a/ext/hash/php_hash.h +++ b/ext/hash/php_hash.h @@ -31,10 +31,6 @@ #define PHP_HASH_HMAC 0x0001 #define L64 INT64_C -#define php_hash_int32 int32_t -#define php_hash_uint32 uint32_t -#define php_hash_int64 int64_t -#define php_hash_uint64 uint64_t typedef void (*php_hash_init_func_t)(void *context); typedef void (*php_hash_update_func_t)(void *context, const unsigned char *buf, unsigned int count); |
