You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/dbmail/files/dbmail-3.2.3-fno-common.patch

15 lines
310 B

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