whoops forgot an UNUSED for openssl
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 18 Sep 2010 05:32:27 +0000 (05:32 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 18 Sep 2010 05:32:27 +0000 (05:32 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52396 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con_ssl.c

index d2eda9b..41bee14 100644 (file)
@@ -1017,7 +1017,7 @@ error:
 
 static Eina_Bool
 _ecore_con_ssl_client_cert_add_openssl(const char *cert_file,
-                                       const char *crl_file,
+                                       const char *crl_file __UNUSED__,
                                        const char *key_file)
 {
    FILE *fp = NULL;