summaryrefslogtreecommitdiff
path: root/ext/mcrypt/php_mcrypt.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-04-25 17:04:56 +0000
committerSascha Schumann <sas@php.net>1999-04-25 17:04:56 +0000
commit1db171deb8d99dcf9cb453886816338374b32653 (patch)
tree8c014253467536948206c7683a7f06f19a6fcdd1 /ext/mcrypt/php_mcrypt.h
parent11fc109ca647ecb70c544fa8e6a93b9cfb0f3853 (diff)
downloadphp-git-1db171deb8d99dcf9cb453886816338374b32653.tar.gz
add CBC
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 21a6d67e67..46cdb3dd7e 100644
--- a/ext/mcrypt/php_mcrypt.h
+++ b/ext/mcrypt/php_mcrypt.h
@@ -7,6 +7,7 @@ extern zend_module_entry mcrypt_module_entry;
#define mcrypt_module_ptr &mcrypt_module_entry
PHP_FUNCTION(mcrypt_ecb);
+PHP_FUNCTION(mcrypt_cbc);
#else
#define mcrypt_module_ptr NULL