summaryrefslogtreecommitdiff
path: root/ext/mcrypt/php_mcrypt.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-04-25 21:11:29 +0000
committerSascha Schumann <sas@php.net>1999-04-25 21:11:29 +0000
commit22d720e00ccde2f420c13930f83e206efb9ec60c (patch)
treeb30c23dba1a2f522b1276e986cbb8bc54b8b89b2 /ext/mcrypt/php_mcrypt.h
parenta1a41504c782ef155da8426dc08d9cc51d8ea4d9 (diff)
downloadphp-git-22d720e00ccde2f420c13930f83e206efb9ec60c.tar.gz
add OFB mode, the final one
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 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);