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