mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:27:18 +03:00
gtls: add gnutls include for the session type
Follow-up to 8fbd6feddf to make it build more universally
This commit is contained in:
parent
e9021838db
commit
a4d9876c31
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#ifdef USE_GNUTLS
|
||||
|
||||
#include "urldata.h"
|
||||
|
||||
#include <gnutls/gnutls.h>
|
||||
CURLcode
|
||||
Curl_gtls_verifyserver(struct Curl_easy *data, struct connectdata *conn,
|
||||
gnutls_session_t session,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue