From df70b3c85972db15440d93bd7d3b3f5fe8dc3ee1 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Wed, 12 Apr 2017 12:27:20 +0200 Subject: [PATCH] Removed empty ifdef --- src/ssl.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ssl.c b/src/ssl.c index 83e7b9e85..a8c82ab4d 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -23067,14 +23067,6 @@ const char * wolfSSL_get_servername(WOLFSSL* ssl, byte type) #endif /* NO_WOLFSSL_SERVER */ #endif /* HAVE_SNI */ - -#if defined(WOLFSSL_HAPROXY) - - - -#endif - - WOLFSSL_CTX* wolfSSL_set_SSL_CTX(WOLFSSL* ssl, WOLFSSL_CTX* ctx) { if (ssl && ctx && SetSSL_CTX(ssl, ctx, 0) == SSL_SUCCESS)