mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
Fix OpenSSL includes. (#1584)
This commit is contained in:
@@ -23,8 +23,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/evp.h>
|
||||
#include "WFTaskError.h"
|
||||
#include "WFTaskFactory.h"
|
||||
#include "StringUtil.h"
|
||||
|
||||
@@ -30,10 +30,12 @@
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/engine.h>
|
||||
#include <openssl/conf.h>
|
||||
#include <openssl/crypto.h>
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
# include <openssl/err.h>
|
||||
# include <openssl/engine.h>
|
||||
# include <openssl/conf.h>
|
||||
# include <openssl/crypto.h>
|
||||
#endif
|
||||
#include "CommScheduler.h"
|
||||
#include "Executor.h"
|
||||
#include "WFResourcePool.h"
|
||||
|
||||
Reference in New Issue
Block a user