summaryrefslogtreecommitdiff
path: root/ext/mcrypt/php_mcrypt.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-05-01 14:41:46 +0000
committerSascha Schumann <sas@php.net>1999-05-01 14:41:46 +0000
commit7e0ee50ed484aae4ebc0601392157c9a79407919 (patch)
tree526524c2df70183e71196b0832ccb939e4949763 /ext/mcrypt/php_mcrypt.h
parent8baa86ed515469788e28c16aea4f80029078d03b (diff)
downloadphp-git-7e0ee50ed484aae4ebc0601392157c9a79407919.tar.gz
func name changes, remove arbitrary limit
Diffstat (limited to 'ext/mcrypt/php_mcrypt.h')
-rw-r--r--ext/mcrypt/php_mcrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h
index 5d511a4816..a76fa27e1f 100644
--- a/ext/mcrypt/php_mcrypt.h
+++ b/ext/mcrypt/php_mcrypt.h
@@ -16,7 +16,7 @@ PHP_FUNCTION(mcrypt_ecb);
PHP_FUNCTION(mcrypt_cbc);
PHP_FUNCTION(mcrypt_cfb);
PHP_FUNCTION(mcrypt_ofb);
-PHP_FUNCTION(mcrypt_get_algorithms_name);
+PHP_FUNCTION(mcrypt_get_cipher_name);
PHP_FUNCTION(mcrypt_get_block_size);
PHP_FUNCTION(mcrypt_get_key_size);
PHP_FUNCTION(mcrypt_create_iv);