From 93c640bff30c951f372a547f06169bf02e152cae Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 6 Jan 2006 09:01:05 +0000 Subject: [PATCH] MF-curl: unknown constant GCRY_THREAD_OPTIONS_USER --- http_request_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_request_api.c b/http_request_api.c index 662c2ab..6bc27e5 100644 --- 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_OPTIONS_USER, + GCRY_THREAD_OPTION_USER, NULL, http_ssl_mutex_create, http_ssl_mutex_destroy, -- 2.30.2