From 74abfae8077569260298a67eca0847e90111b13c Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 15 Jan 2007 00:29:53 +0000 Subject: fixed a typo --- (limited to 'lib/consumer.cc') diff --git a/lib/consumer.cc b/lib/consumer.cc index dc49405..30a5507 100644 --- a/lib/consumer.cc +++ b/lib/consumer.cc @@ -41,7 +41,7 @@ namespace opkele { #ifdef DISABLE_CURL_SSL_VERIFYHOST || (r=curl_easy_setopt(c,CURLOPT_SSL_VERIFYHOST,0)) #endif -#ifdef DISABLE_CURL_SSL_VERYPEER +#ifdef DISABLE_CURL_SSL_VERIFYPEER || (r=curl_easy_setopt(c,CURLOPT_SSL_VERIFYPEER,0)) #endif ; -- cgit v0.9.0.2