diff options
Diffstat (limited to 'ext/standard/php_crypt_r.h')
| -rw-r--r-- | ext/standard/php_crypt_r.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_crypt_r.h b/ext/standard/php_crypt_r.h index 7c73718b2..f153ac322 100644 --- a/ext/standard/php_crypt_r.h +++ b/ext/standard/php_crypt_r.h @@ -1,4 +1,4 @@ -/* $Id: php_crypt_r.h 306939 2011-01-01 02:19:59Z felipe $ */ +/* $Id: php_crypt_r.h 313406 2011-07-18 21:26:29Z pajoye $ */ /* +----------------------------------------------------------------------+ | PHP Version 5 | @@ -46,9 +46,9 @@ PHPAPI char *php_crypt_r (const char *__key, const char *__salt, struct php_cryp #define MD5_HASH_MAX_LEN 120 +#include "crypt_blowfish.h" + extern char * php_md5_crypt_r(const char *pw, const char *salt, char *out); -extern char * php_crypt_blowfish_rn(__CONST char *key, __CONST char *setting, - char *output, int size); extern char * php_sha512_crypt_r (const char *key, const char *salt, char *buffer, int buflen); extern char * php_sha256_crypt_r (const char *key, const char *salt, char *buffer, int buflen); |
