summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/php/files/5.1.1/php5.1.1-curl-gcry_threads.patch')
-rw-r--r--dev-lang/php/files/5.1.1/php5.1.1-curl-gcry_threads.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/php/files/5.1.1/php5.1.1-curl-gcry_threads.patch b/dev-lang/php/files/5.1.1/php5.1.1-curl-gcry_threads.patch
new file mode 100644
index 000000000000..486006aebbe7
--- /dev/null
+++ b/dev-lang/php/files/5.1.1/php5.1.1-curl-gcry_threads.patch
@@ -0,0 +1,11 @@
+--- ext/curl/interface.c 2006-01-05 13:50:45.000000000 +0100
++++ ext/curl/interface.c 2006-01-05 13:51:03.000000000 +0100
+@@ -1673,7 +1673,7 @@
+ }
+
+ static struct gcry_thread_cbs php_curl_gnutls_tsl = {
+- GCRY_THREAD_OPTIONS_USER,
++ GCRY_THREAD_OPTION_USER,
+ NULL,
+ php_curl_ssl_mutex_create,
+ php_curl_ssl_mutex_destroy,