projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
e81100d
)
MF-curl: unknown constant GCRY_THREAD_OPTIONS_USER
author
Michael Wallner
<mike@php.net>
Fri, 6 Jan 2006 09:01:05 +0000
(09:01 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 6 Jan 2006 09:01:05 +0000
(09:01 +0000)
http_request_api.c
patch
|
blob
|
history
diff --git
a/http_request_api.c
b/http_request_api.c
index 662c2ab7bc48311cff20747aa411f167fc3a2558..6bc27e514b03efb16d33b6f6e577d684bcb3ab11 100644
(file)
--- a/
http_request_api.c
+++ b/
http_request_api.c
@@
-937,7
+937,7
@@
static int http_ssl_mutex_unlock(void **m)
}
static struct gcry_thread_cbs http_gnutls_tsl = {
- GCRY_THREAD_OPTION
S
_USER,
+ GCRY_THREAD_OPTION_USER,
NULL,
http_ssl_mutex_create,
http_ssl_mutex_destroy,