diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-17 16:33:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-17 16:33:57 +0100 |
commit | ba62c8bbf96969027af740f951ea06ede09cce2c (patch) | |
tree | 513717d00246313da4ea44a2e654672a75cb29ba /php-7.0.17-openssl11.patch | |
parent | 01f695dded36bde3b513bf78a1f589b95162152d (diff) |
php56: f26 rebuild
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; } |