From 7d1ee82d79d786fe63c6acdcbb4283928ec24c41 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 25 Apr 1999 20:32:15 +0000 Subject: add get_(key|block)_size --- ext/mcrypt/php_mcrypt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/mcrypt/php_mcrypt.h') diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h index 46cdb3dd7e..6c59f4db4b 100644 --- a/ext/mcrypt/php_mcrypt.h +++ b/ext/mcrypt/php_mcrypt.h @@ -8,6 +8,8 @@ extern zend_module_entry mcrypt_module_entry; PHP_FUNCTION(mcrypt_ecb); PHP_FUNCTION(mcrypt_cbc); +PHP_FUNCTION(mcrypt_get_block_size); +PHP_FUNCTION(mcrypt_get_key_size); #else #define mcrypt_module_ptr NULL -- cgit v1.2.1