summaryrefslogtreecommitdiff
blob: 3a6948bc0e39fc4079aa314da629f109fa2d689d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Taken from: https://github.com/dbmail/dbmail/pull/64
Author: Chris Mayo <aklhfex@gmail.com>

--- a/src/dm_tls.c
+++ b/src/dm_tls.c
@@ -31,7 +31,7 @@
 #define THIS_MODULE "tls"
 
 
-SSL_CTX *tls_context;
+extern SSL_CTX *tls_context;
 
 /* Create the initial SSL context structure */
 SSL_CTX *tls_init(void) {