summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-17 16:33:57 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-17 16:33:57 +0100
commitba62c8bbf96969027af740f951ea06ede09cce2c (patch)
tree513717d00246313da4ea44a2e654672a75cb29ba
parent01f695dded36bde3b513bf78a1f589b95162152d (diff)
php56: f26 rebuild
-rw-r--r--php-7.0.17-openssl11.patch2
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;
}