From be471f7033b8d37c46f0acf4b5825870b5747d8d Mon Sep 17 00:00:00 2001 From: Jamie Turner Date: Thu, 23 Feb 2012 23:29:51 -0800 Subject: [PATCH] Need to include the OpenSSL header to get SSL_CTX declaration. --- configuration.c | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.c b/configuration.c index 4b2bd03..3e67234 100644 --- a/configuration.c +++ b/configuration.c @@ -72,6 +72,7 @@ static char error_buf[CONFIG_BUF_SIZE]; static char tmp_buf[150]; // for testing configuration only +#include SSL_CTX * init_openssl(); static void config_error_set (char *fmt, ...) {