sendmail: remove stale patch. Claus Assmann incorporated our patches

upstream and while this patch makes no difference in -current, it is
incorrect.

Pointed out by Claus Assmann, thanks!
ok aja
This commit is contained in:
tb 2022-01-27 07:42:36 +00:00
parent 6bd6358333
commit a8b4641f9d
2 changed files with 2 additions and 16 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2022/01/26 13:01:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.46 2022/01/27 07:42:36 tb Exp $
COMMENT-main = mother of Mail Transfer Agents
COMMENT-libmilter = mail filter support library for sendmail
@ -9,6 +9,7 @@ PKGNAME-main = sendmail-${V}
PKGNAME-libmilter = libmilter-${V}
FULLPKGNAME-libmilter = libmilter-${V}
FULLPKGPATH-libmilter = mail/sendmail,-libmilter
REVISION-main = 0
SHARED_LIBS = milter 4.0

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-sendmail_tls_c,v 1.2 2022/01/26 13:01:08 ajacoutot Exp $
Unbreak build with opaque DH in LibreSSL 3.5: force use of DH_set0_pqg().
Index: sendmail/tls.c
--- sendmail/tls.c.orig
+++ sendmail/tls.c
@@ -43,6 +43,7 @@ SM_RCSID("@(#)$Id: tls.c,v 8.127 2013-11-27 02:51:11 g
# include <openssl/bn.h>
# include <openssl/dsa.h>
# else
+# define MTA_HAVE_DH_set0_pqg 1
# define X509_STORE_CTX_get0_cert(ctx) (ctx)->cert
# define MTA_RSA_TMP_CB 1
# define MTA_ASN1_STRING_data ASN1_STRING_data