From: Sterling Hughes Date: Fri, 7 Sep 2001 11:39:00 +0000 (+0000) Subject: MFB X-Git-Tag: PRE_SUBST_Z_MACROS~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92390db7e60e34ea619e9dca6d093f28ef071dcc;p=php MFB --- 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 */