summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2023-08-08 23:37:39 +0200
committermanuel <manuel@mausz.at>2023-08-08 23:37:39 +0200
commit2ae3dd41c6d46d80574c59eec9689c16093edf2b (patch)
tree716a3cab8fffbf19db48e95b0c4d187c17b09d11 /Makefile
parent718ae19d5571f8d0132575b5aea4684dc5f40054 (diff)
downloadqmail-2ae3dd41c6d46d80574c59eec9689c16093edf2b.tar.gz
qmail-2ae3dd41c6d46d80574c59eec9689c16093edf2b.tar.bz2
qmail-2ae3dd41c6d46d80574c59eec9689c16093edf2b.zip
Make qmail openssl 3.0 compatible
- remove support for loading custom DH params from pem. use opensslconf if really required - remove support for loading custom ec group from params - reimplement DANE support using openssl DANE functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f0c0f6..5bd3765 100644
--- a/Makefile
+++ b/Makefile
@@ -1533,7 +1533,7 @@ dns.lib socket.lib
1533 ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \ 1533 ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
1534 lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \ 1534 lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
1535 env.a str.a fs.a auto_qmail.o base64.o \ 1535 env.a str.a fs.a auto_qmail.o base64.o \
1536 `cat dns.lib` `cat socket.lib` -lval -lsres -lidn2 1536 `cat dns.lib` `cat socket.lib` -lidn2
1537 1537
1538qmail-remote.0: \ 1538qmail-remote.0: \
1539qmail-remote.8 1539qmail-remote.8