Browse Source

- Fix for bug #9801 (and maybe others)

experimental/pre_new_hash_func
Derick Rethans 25 years ago
parent
commit
73f04651fa
  1. 1
      ext/mcrypt/mcrypt.c

1
ext/mcrypt/mcrypt.c

@ -1316,7 +1316,6 @@ static void php_mcrypt_do_crypt (char* cipher, zval **key, zval **data, char *mo
if (iv_s != NULL)
efree (iv_s);
efree (data_s);
mcrypt_module_close (td);
}
/* {{{ proto string mcrypt_encrypt(string cipher, string key, string data, string mode, string iv)

Loading…
Cancel
Save