From 89478ce25bba4dc776aa37dbf741fe8c2667b9d0 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 22 Oct 2024 16:31:11 +0000 Subject: Suppress warning noise from deprecated OpenSSL API --- regress/lib/libssl/interop/openssl32/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regress') diff --git a/regress/lib/libssl/interop/openssl32/Makefile b/regress/lib/libssl/interop/openssl32/Makefile index 12536d0c897..87255138ffd 100644 --- a/regress/lib/libssl/interop/openssl32/Makefile +++ b/regress/lib/libssl/interop/openssl32/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2024/08/18 09:14:17 tb Exp $ +# $OpenBSD: Makefile,v 1.2 2024/10/22 16:31:10 tb Exp $ .if ! exists(/usr/local/bin/eopenssl32) regress: @@ -8,6 +8,7 @@ regress: .else PROGS = client server +CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED CPPFLAGS = -I /usr/local/include/eopenssl32 LDFLAGS = -L /usr/local/lib/eopenssl32 LDADD = -lssl -lcrypto -- cgit v1.2.3