]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
compiler warning fix
authorYang Tse <yangsita@gmail.com>
Tue, 13 Feb 2007 02:30:31 +0000 (02:30 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 13 Feb 2007 02:30:31 +0000 (02:30 +0000)
lib/sslgen.c

index 9043cee29400344e38729d20634110a191d74ce5..6b1de1e3c15d3b6a099646a3d2bf1bd8e713038a 100644 (file)
@@ -517,6 +517,7 @@ struct curl_slist *Curl_ssl_engines_list(struct SessionHandle *data)
    * would just confuse things */
   (void)data;
   return NULL;
+#else
   (void)data;
   return NULL;
 #endif /* USE_NSS */