From 1db171deb8d99dcf9cb453886816338374b32653 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 25 Apr 1999 17:04:56 +0000 Subject: add CBC --- ext/mcrypt/php_mcrypt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mcrypt/php_mcrypt.h') 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 -- cgit v1.2.1