0.8.6claws75
[claws.git] / src / ssl_certificate.c
index 9f96749e1f65ee3b5f2fd5e601356123c9fd0ef4..d44ca318f2d231a8b1443d569323531b64d93424 100644 (file)
@@ -21,7 +21,7 @@
 #  include "config.h"
 #endif
 
 #  include "config.h"
 #endif
 
-#if USE_SSL
+#if USE_OPENSSL
 
 #include <openssl/ssl.h>
 #include <glib.h>
 
 #include <openssl/ssl.h>
 #include <glib.h>
@@ -434,4 +434,4 @@ gboolean ssl_certificate_check (X509 *x509_cert, gchar *host, gushort port)
        return TRUE;
 }
 
        return TRUE;
 }
 
-#endif /* USE_SSL */
+#endif /* USE_OPENSSL */