From a11587d17c57c23db31adbf3ad5843859aad928f Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 23 Jul 2025 07:43:14 +0000 Subject: regress/libcrypto/ec: switch to openssl35 --- src/regress/lib/libcrypto/ec/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/ec/Makefile b/src/regress/lib/libcrypto/ec/Makefile index b21eacb4bc..3595a88608 100644 --- a/src/regress/lib/libcrypto/ec/Makefile +++ b/src/regress/lib/libcrypto/ec/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2025/03/08 20:09:35 tb Exp $ +# $OpenBSD: Makefile,v 1.12 2025/07/23 07:43:14 tb Exp $ -.ifdef EOPENSSL33 -LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33 -CFLAGS += -I/usr/local/include/eopenssl33/ +.ifdef EOPENSSL35 +LDADD += -Wl,-rpath,/usr/local/lib/eopenssl35 -L/usr/local/lib/eopenssl35 +CFLAGS += -I/usr/local/include/eopenssl35/ CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED .endif -- cgit v1.2.3-55-g6feb