From: Daniel Stenberg Date: Wed, 29 Dec 2021 22:46:13 +0000 (+0100) Subject: gtls: add gnutls include for the session type X-Git-Tag: curl-7_81_0~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4d9876c314a1786912006f6e60f21f3571ae3d1;p=thirdparty%2Fcurl.git gtls: add gnutls include for the session type Follow-up to 8fbd6feddfa5 to make it build more universally --- diff --git a/lib/vtls/gtls.h b/lib/vtls/gtls.h index 226d3aebbe..642d5f093a 100644 --- a/lib/vtls/gtls.h +++ b/lib/vtls/gtls.h @@ -27,7 +27,7 @@ #ifdef USE_GNUTLS #include "urldata.h" - +#include CURLcode Curl_gtls_verifyserver(struct Curl_easy *data, struct connectdata *conn, gnutls_session_t session,