mirror of
https://github.com/curl/curl.git
synced 2026-06-10 01:54:15 +03:00
sp
This commit is contained in:
parent
dbc33e072c
commit
8e47ad71cb
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ static bool gtls_inited = FALSE;
|
|||
#define HAVE_GNUTLS_EARLY_DATA
|
||||
#endif
|
||||
|
||||
# include <gnutls/ocsp.h>
|
||||
#include <gnutls/ocsp.h>
|
||||
|
||||
struct gtls_ssl_backend_data {
|
||||
struct gtls_ctx gtls;
|
||||
|
|
@ -909,7 +909,7 @@ static CURLcode gtls_client_init(struct Curl_cfilter *cf,
|
|||
#endif
|
||||
|
||||
#ifdef GNUTLS_NO_TICKETS_TLS12
|
||||
init_flags |= GNUTLS_NO_TICKETS_TLS12;
|
||||
init_flags |= GNUTLS_NO_TICKETS_TLS12;
|
||||
#endif
|
||||
|
||||
#ifdef GNUTLS_NO_STATUS_REQUEST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue