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 9043cee..6b1de1e 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 */