summaryrefslogtreecommitdiff
path: root/ext/mcrypt/php_mcrypt.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-04-25 21:09:07 +0000
committerSascha Schumann <sas@php.net>1999-04-25 21:09:07 +0000
commita1a41504c782ef155da8426dc08d9cc51d8ea4d9 (patch)
tree8f74e81cce2bdd593372ce535d21531b9fbc2337 /ext/mcrypt/php_mcrypt.h
parent23a1d3fb914fc21463f0714a0d8b2fd7f317adc1 (diff)
downloadphp-git-a1a41504c782ef155da8426dc08d9cc51d8ea4d9.tar.gz
add mcrypt_create_iv()
Diffstat (limited to 'ext/mcrypt/php_mcrypt.h')
-rw-r--r--ext/mcrypt/php_mcrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h
index f6d3fea0ad..c207fc7275 100644
--- a/ext/mcrypt/php_mcrypt.h
+++ b/ext/mcrypt/php_mcrypt.h
@@ -11,6 +11,7 @@ PHP_FUNCTION(mcrypt_cbc);
PHP_FUNCTION(mcrypt_cfb);
PHP_FUNCTION(mcrypt_get_block_size);
PHP_FUNCTION(mcrypt_get_key_size);
+PHP_FUNCTION(mcrypt_create_iv);
#else
#define mcrypt_module_ptr NULL