Import Debian changes 4.92-8+deb10u6
[hcoop/debian/exim4.git] / debian / EDITME.openssl.exim4-light.diff
CommitLineData
01e60269
AM
1--- EDITME.exim4-light 2017-10-28 08:02:20.930695089 +0200
2+++ EDITME.exim4-light 2017-10-28 08:03:25.433584564 +0200
3@@ -760,13 +760,13 @@ SUPPORT_TLS=yes
de45f55a
AM
4
5 # Uncomment one of these settings if you are using OpenSSL; pkg-config vs not
6 # USE_OPENSSL_PC=openssl
7-# TLS_LIBS=-lssl -lcrypto
8+TLS_LIBS=-lssl -lcrypto
9
10 # Uncomment the first and either the second or the third of these if you
11 # are using GnuTLS. If you have pkg-config, then the second, else the third.
12-USE_GNUTLS=yes
13+# USE_GNUTLS=yes
14 # USE_GNUTLS_PC=gnutls
15-TLS_LIBS=-lgnutls
16+# TLS_LIBS=-lgnutls
17
01e60269
AM
18 # If using GnuTLS older than 2.10 and using pkg-config then note that Exim's
19 # build process will require libgcrypt-config to exist in your $PATH. A