blob: 8718e2d0040e339cbac503bfeff50f9f15ef1b4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- EDITME.exim4-light 2006-01-13 23:37:07.000000000 +0000
+++ EDITME.exim4-light 2006-01-13 23:37:44.000000000 +0000
@@ -566,11 +566,11 @@
SUPPORT_TLS=yes
# Uncomment this setting if you are using OpenSSL
-# TLS_LIBS=-lssl -lcrypto
+TLS_LIBS=-lssl -lcrypto
# Uncomment these settings if you are using GnuTLS
-USE_GNUTLS=yes
-TLS_LIBS=-lgnutls
+# USE_GNUTLS=yes
+# TLS_LIBS=-lgnutls
# If you are running Exim as a server, note that just building it with TLS
# support is not all you need to do. You also need to set up a suitable
|