diff options
| author | Ondřej Surý <ondrej@sury.org> | 2011-08-19 10:22:38 +0200 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2011-08-19 10:22:38 +0200 |
| commit | f452a2b3e4e4279b27594a8ddb66525442d59227 (patch) | |
| tree | d05cb62c5515ada33076d3cc3e49b664733a478c /ext/standard/php_crypt_r.h | |
| parent | 038ba12e8724d537040e88ec794354b0c063f0a6 (diff) | |
| download | php-upstream/5.3.7.tar.gz | |
Imported Upstream version 5.3.7upstream/5.3.7
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); |
