Removed empty ifdef

This commit is contained in:
Daniele Lacamera
2017-04-12 12:27:20 +02:00
parent 3e9a5fd433
commit df70b3c859

View File

@ -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)