提交 9ccaedca 编写于 作者: G Guillaume Nault 提交者: Dmitry Kozlov

Remove redundant openssl include

The openssl/ssl.h header file is already included at the beginning of
this file.
Signed-off-by: NGuillaume Nault <g.nault@alphalink.fr>
上级 b280ed38
......@@ -43,8 +43,6 @@ static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
#ifdef CRYPTO_OPENSSL
#include <openssl/ssl.h>
static pthread_mutex_t *ssl_lock_cs;
static unsigned long ssl_thread_id(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册