Remove WITH_OPENSSL from all files except http_client, always require OpenSSL

This commit is contained in:
Vitaliy Filippov
2026-05-19 17:19:35 +03:00
parent f45fb987d1
commit c137860f18
10 changed files with 1 additions and 66 deletions
-2
View File
@@ -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