Skip to content

Commit

Permalink
Need to include the OpenSSL header to get SSL_CTX declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Turner committed Feb 24, 2012
1 parent 8cff14c commit be471f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration.c
Expand Up @@ -72,6 +72,7 @@ static char error_buf[CONFIG_BUF_SIZE];
static char tmp_buf[150];

// for testing configuration only
#include <openssl/ssl.h>
SSL_CTX * init_openssl();

static void config_error_set (char *fmt, ...) {
Expand Down

0 comments on commit be471f7

Please sign in to comment.