Remove WITH_OPENSSL from all files except http_client, always require OpenSSL
This commit is contained in:
@@ -5,12 +5,10 @@
|
||||
#include <limits.h>
|
||||
#include "messenger.h"
|
||||
|
||||
#ifdef WITH_OPENSSL
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/pem.h>
|
||||
#include <openssl/ssl.h>
|
||||
#endif
|
||||
|
||||
#define RDR_TLS 1
|
||||
#define RDR_XTS 2
|
||||
|
||||
Reference in New Issue
Block a user