]> granicus.if.org Git - curl/commitdiff
added missing part for the qsossl support
authorDaniel Stenberg <daniel@haxx.se>
Fri, 27 Jul 2007 08:33:32 +0000 (08:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 27 Jul 2007 08:33:32 +0000 (08:33 +0000)
lib/urldata.h

index 683c656d2557f20c3a9ff30145615855fba6ff03..6332f093dbcf4a1242b5512279315dfa4e980b6b 100644 (file)
 #include <nspr.h>
 #endif
 
+#ifdef USE_QSOSSL
+#include <qsossl.h>
+#endif
+
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #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 {