From 86c0d46be604d62690c3b5215670850cbd8f8a57 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 27 Dec 2024 08:02:27 +0000 Subject: OpenSSL 1.1 is dead. Make this optionally use 3.3 instead. --- src/regress/lib/libcrypto/x509/bettertls/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/regress/lib/libcrypto/x509/bettertls/Makefile b/src/regress/lib/libcrypto/x509/bettertls/Makefile index 6d694f2e1c..2724140635 100644 --- a/src/regress/lib/libcrypto/x509/bettertls/Makefile +++ b/src/regress/lib/libcrypto/x509/bettertls/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2020/10/02 19:38:39 tb Exp $ +# $OpenBSD: Makefile,v 1.6 2024/12/27 08:02:27 tb Exp $ PROGS = verify -.ifdef EOPENSSL11 -LDADD += -Wl,-rpath,/usr/local/lib/eopenssl11 -L/usr/local/lib/eopenssl11 -CFLAGS += -I/usr/local/include/eopenssl11/ +.ifdef EOPENSSL33 +LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33 +CFLAGS += -I/usr/local/include/eopenssl33/ .endif LDADD += -lcrypto -- cgit v1.2.3-55-g6feb