From 93416e40a44e6b9fdcab040235394802d4f849c9 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Tue, 7 Aug 2012 05:16:59 +0200 Subject: [PATCH] Compile fix: CURLOPT_SSL_OPTIONS was also added since 7.25.0 --- indra/cwdebug/debug_libcurl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cwdebug/debug_libcurl.cc b/indra/cwdebug/debug_libcurl.cc index 0858ded92..05df113c8 100644 --- a/indra/cwdebug/debug_libcurl.cc +++ b/indra/cwdebug/debug_libcurl.cc @@ -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: