0.8.6claws75

* src/gtk/sslcertwindow.h
	use new autoconf script to detect OpenSSL with extra parameters
        to specify the location of libs and includes, also remove USE_SSL
        to USE_OPENSSL
This commit is contained in:
Christoph Hohmann 2002-12-08 15:39:04 +00:00
parent f51685c4d8
commit 8be360c0b1
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@
* src/common/nntp.[ch]
* src/common/socket.[ch]
* src/common/ssl.[ch]
* src/gtk/sslcertwindow.c
* src/gtk/sslcertwindow.[ch]
* ac/openssl.m4
use new autoconf script to detect OpenSSL with extra parameters
to specify the location of libs and includes, also remove USE_SSL

View file

@ -24,7 +24,7 @@
# include "config.h"
#endif
#if USE_SSL
#if USE_OPENSSL
#include <openssl/ssl.h>
#include <openssl/objects.h>