From 22d720e00ccde2f420c13930f83e206efb9ec60c Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 25 Apr 1999 21:11:29 +0000 Subject: add OFB mode, the final one --- 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 c207fc7275..70331e3bba 100644 --- a/ext/mcrypt/php_mcrypt.h +++ b/ext/mcrypt/php_mcrypt.h @@ -9,6 +9,7 @@ extern zend_module_entry mcrypt_module_entry; PHP_FUNCTION(mcrypt_ecb); PHP_FUNCTION(mcrypt_cbc); PHP_FUNCTION(mcrypt_cfb); +PHP_FUNCTION(mcrypt_ofb); PHP_FUNCTION(mcrypt_get_block_size); PHP_FUNCTION(mcrypt_get_key_size); PHP_FUNCTION(mcrypt_create_iv); -- cgit v1.2.1