From 08c0d6ee53aa358432fd025de41dc1bdfb83ea2b Mon Sep 17 00:00:00 2001 From: Mateusz Gralka Date: Thu, 26 Nov 2015 11:33:05 +0100 Subject: [PATCH] Removed unused definition. --- src/civetweb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/civetweb.c b/src/civetweb.c index 5bf6d098..5615420e 100755 --- a/src/civetweb.c +++ b/src/civetweb.c @@ -883,8 +883,6 @@ struct ssl_func { (*(int (*)(SSL_CTX *, const char *))ssl_sw[31].ptr) #define SSL_CTX_set_options(ctx,op) \ SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL) -#define SSL_CTX_get_options(ctx) \ - SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,0,NULL) #define SSL_CTX_clear_options(ctx,op) \ SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_OPTIONS,(op),NULL)