Import Debian changes 4.92-8+deb10u4
[hcoop/debian/exim4.git] / debian / EDITME.openssl.exim4-light.diff
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
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
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