mirror of
https://github.com/curl/curl.git
synced 2026-06-20 10:35:39 +03:00
added missing part for the qsossl support
This commit is contained in:
parent
d460b601f9
commit
86ff3194fa
1 changed files with 7 additions and 0 deletions
|
|
@ -82,6 +82,10 @@
|
|||
#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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue