diff options
Diffstat (limited to 'php-7.0.17-openssl11.patch')
-rw-r--r-- | php-7.0.17-openssl11.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-7.0.17-openssl11.patch b/php-7.0.17-openssl11.patch index 44bb252..bf5c6d0 100644 --- a/php-7.0.17-openssl11.patch +++ b/php-7.0.17-openssl11.patch @@ -717,7 +717,7 @@ index da60bb9..2932e16 100644 RETVAL_FALSE; efree(buf); - EVP_CIPHER_CTX_cleanup(&ctx); -+ EVP_CIPHER_CTX_cleanup(ctx); ++ EVP_CIPHER_CTX_free(ctx); goto clean_exit; } |