Compile fix: CURLOPT_SSL_OPTIONS was also added since 7.25.0

This commit is contained in:
Aleric Inglewood
2012-08-07 05:16:59 +02:00
parent e14be5c8c2
commit 93416e40a4

View File

@@ -434,8 +434,8 @@ std::ostream& operator<<(std::ostream& os, CURLoption option)
CASEPRINT(CURLOPT_TCP_KEEPIDLE);
CASEPRINT(CURLOPT_TCP_KEEPINTVL);
#endif
CASEPRINT(CURLOPT_SSL_OPTIONS);
#if CURL_VERSION(7, 25, 0)
CASEPRINT(CURLOPT_SSL_OPTIONS);
CASEPRINT(CURLOPT_MAIL_AUTH);
#endif
default: