mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix build without SSL
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
#include <znc/znc.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
#include <thread>
|
||||
|
||||
#if defined(HAVE_LIBSSL) && defined(HAVE_PTHREAD)
|
||||
#include <znc/Threads.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <memory>
|
||||
#include <thread>
|
||||
|
||||
static std::vector<std::unique_ptr<CMutex>> lock_cs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user