summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-09-07 11:39:00 +0000
committerSterling Hughes <sterling@php.net>2001-09-07 11:39:00 +0000
commit92390db7e60e34ea619e9dca6d093f28ef071dcc (patch)
treeaad42c29acff3e8869a193d4bfbe233b0fe6d0dd /ext/mcrypt/mcrypt.c
parentff5e95b9e394857c806629839aab9217613755f8 (diff)
downloadphp-git-92390db7e60e34ea619e9dca6d093f28ef071dcc.tar.gz
MFB
Diffstat (limited to 'ext/mcrypt/mcrypt.c')
-rw-r--r--ext/mcrypt/mcrypt.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c
index e4427ac542..37eefe4846 100644
--- a/ext/mcrypt/mcrypt.c
+++ b/ext/mcrypt/mcrypt.c
@@ -624,7 +624,8 @@ PHP_FUNCTION(mcrypt_enc_self_test)
}
/* }}} */
-
+/* {{{ proto bool mcrypt_module_close(resource td)
+ Free the descriptor td */
PHP_FUNCTION(mcrypt_module_close)
{
zval **mcryptind;
@@ -635,7 +636,7 @@ PHP_FUNCTION(mcrypt_module_close)
zend_list_delete (Z_LVAL_PP(mcryptind));
RETURN_TRUE;
}
-
+/* }}} */
/* {{{ proto bool mcrypt_generic_end(resource td)
This function terminates encrypt specified by the descriptor td */