From 86ff3194fa902e131c7a105a329202058327dcc7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 27 Jul 2007 08:33:32 +0000 Subject: added missing part for the qsossl support --- lib/urldata.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 683c656d2..6332f093d 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -82,6 +82,10 @@ #include #endif +#ifdef USE_QSOSSL +#include +#endif + #ifdef HAVE_NETINET_IN_H #include #endif @@ -177,6 +181,9 @@ struct ssl_connect_data { #ifdef USE_NSS PRFileDesc *handle; #endif /* USE_NSS */ +#ifdef USE_QSOSSL + SSLHandle *handle; +#endif /* USE_QSOSSL */ }; struct ssl_config_data { -- cgit v1.2.3