summaryrefslogtreecommitdiff
path: root/ext/standard/php_crypt.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-05-06 16:54:27 +0000
committerfoobar <sniper@php.net>2001-05-06 16:54:27 +0000
commit8e006f81afa692ebef76e10b75de2b9361a480d5 (patch)
treee6162da5ad27c7fece4b74a2ea03f24cd8c4a120 /ext/standard/php_crypt.h
parentd2cbd019e38d3ff520541c0bef783028d321027a (diff)
downloadphp-git-8e006f81afa692ebef76e10b75de2b9361a480d5.tar.gz
Fix bug: #8834. Now there should be more random salts..
Diffstat (limited to 'ext/standard/php_crypt.h')
-rw-r--r--ext/standard/php_crypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_crypt.h b/ext/standard/php_crypt.h
index e6c6db1841..4869ccf43e 100644
--- a/ext/standard/php_crypt.h
+++ b/ext/standard/php_crypt.h
@@ -26,6 +26,7 @@
PHP_FUNCTION(crypt);
#if HAVE_CRYPT
extern PHP_MINIT_FUNCTION(crypt);
+extern PHP_RINIT_FUNCTION(crypt);
#endif
#endif