From 9ccaedcacc5ab257b18bdac4e35d4ed96a3dad08 Mon Sep 17 00:00:00 2001 From: Guillaume Nault Date: Tue, 13 Nov 2018 16:47:32 +0100 Subject: Remove redundant openssl include The openssl/ssl.h header file is already included at the beginning of this file. Signed-off-by: Guillaume Nault --- accel-pppd/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'accel-pppd/main.c') diff --git a/accel-pppd/main.c b/accel-pppd/main.c index 5c05a8d..2992026 100644 --- a/accel-pppd/main.c +++ b/accel-pppd/main.c @@ -43,8 +43,6 @@ static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; #ifdef CRYPTO_OPENSSL -#include - static pthread_mutex_t *ssl_lock_cs; static unsigned long ssl_thread_id(void) -- cgit v1.2.3