The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=bdf6dee2a9106c0d649d55c73e38954fc341d938

commit bdf6dee2a9106c0d649d55c73e38954fc341d938
Author:     Pierre Pronchery <[email protected]>
AuthorDate: 2023-05-09 14:06:40 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2023-05-11 23:03:34 +0000

    dma: specify OpenSSL 1.1 API
    
    Reviewed by:    emaste
    Sponsored by:   The FreeBSD Foundation
---
 libexec/dma/dmagent/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile
index e5b504c96d93..0a17527f43f1 100644
--- a/libexec/dma/dmagent/Makefile
+++ b/libexec/dma/dmagent/Makefile
@@ -21,6 +21,7 @@ MAN8= dma.8
 MLINKS=        dma.8 dma.conf.5
 CONFS= dma.conf
 CONFSDIR=      ${CONFDIR}/dma
+CFLAGS+=       -DOPENSSL_API_COMPAT=0x10100000L
 YFLAGS+=       -i
 CLEANFILES=    aliases_parse.i
 FILES= mailer.conf

Reply via email to