Compile fix: CURLOPT_SSL_OPTIONS was also added since 7.25.0
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user