diff options
author | Sean Finney <seanius@debian.org> | 2010-02-07 22:19:53 +0100 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2010-02-07 22:27:07 +0100 |
commit | c852c28a88fccf6e34a2cb091fdfa72bce2b59c7 (patch) | |
tree | 91f01b0d06916c78262404096bfd466b8e95e5b5 /ext/hash/php_hash_md.h | |
parent | 176cbd0bc99e20bb21f92f0b72df728eafc1e2ce (diff) | |
parent | 0fab6db7cac8d2be99579dd049f812a8ff98e74f (diff) | |
download | php-c852c28a88fccf6e34a2cb091fdfa72bce2b59c7.tar.gz |
Merge branch 'upstream-experimental' into upstream-sid
Diffstat (limited to 'ext/hash/php_hash_md.h')
-rw-r--r-- | ext/hash/php_hash_md.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/hash/php_hash_md.h b/ext/hash/php_hash_md.h index 4253531db..7256032de 100644 --- a/ext/hash/php_hash_md.h +++ b/ext/hash/php_hash_md.h @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_hash_md.h 272374 2008-12-31 11:17:49Z sebastian $ */ +/* $Id: php_hash_md.h 272370 2008-12-31 11:15:49Z sebastian $ */ #ifndef PHP_HASH_MD_H #define PHP_HASH_MD_H @@ -81,7 +81,7 @@ typedef struct { unsigned char buffer[64]; } PHP_MD4_CTX; -#define PHP_MD4Init PHP_MD5Init +PHP_HASH_API void PHP_MD4Init(PHP_MD4_CTX *); PHP_HASH_API void PHP_MD4Update(PHP_MD4_CTX *context, const unsigned char *, unsigned int); PHP_HASH_API void PHP_MD4Final(unsigned char[16], PHP_MD4_CTX *); |