diff options
author | Patrick Monnerat <pm@datasphere.ch> | 2013-07-15 19:00:36 +0200 |
---|---|---|
committer | Patrick Monnerat <pm@datasphere.ch> | 2013-07-15 19:00:36 +0200 |
commit | 0eba02fd41263218a0eaedbe65af739a9bb2da63 (patch) | |
tree | 9ed6cb8bda345c6dc5b2ceeea00e747b9d425389 /lib/config-os400.h | |
parent | 464c8693d2f6f2b45b84951feb9414da698206be (diff) | |
download | curl-0eba02fd41263218a0eaedbe65af739a9bb2da63.tar.gz |
OS400: new SSL backend GSKit
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r-- | lib/config-os400.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h index 4381f9a30..a290fe43d 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -531,6 +531,9 @@ /* Define to use the QsoSSL package. */ #define USE_QSOSSL +/* Define to use the GSKit package. */ +#undef USE_GSKIT + /* Use the system keyring as the default CA bundle. */ #define CURL_CA_BUNDLE "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB" |