MF-curl: unknown constant GCRY_THREAD_OPTIONS_USER
authorMichael Wallner <mike@php.net>
Fri, 6 Jan 2006 09:01:05 +0000 (09:01 +0000)
committerMichael Wallner <mike@php.net>
Fri, 6 Jan 2006 09:01:05 +0000 (09:01 +0000)
http_request_api.c

index 662c2ab7bc48311cff20747aa411f167fc3a2558..6bc27e514b03efb16d33b6f6e577d684bcb3ab11 100644 (file)
@@ -937,7 +937,7 @@ static int http_ssl_mutex_unlock(void **m)
 }
 
 static struct gcry_thread_cbs http_gnutls_tsl = {
-       GCRY_THREAD_OPTIONS_USER,
+       GCRY_THREAD_OPTION_USER,
        NULL,
        http_ssl_mutex_create,
        http_ssl_mutex_destroy,