From 3b4d26b23409ee18799326c55ef9f56697d14b96 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 15 Apr 2023 14:10:09 +0000 Subject: symbols test: drop LIBRESSL_INTERNAL This tests the external API, so it should not have visibility to the inside. Silences two warnings since EC_{GROUP,POINT}_clear_free() are now wrapped in #ifndef LIBRESSL_INTERNAL. --- src/regress/lib/libcrypto/free/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/free/Makefile b/src/regress/lib/libcrypto/free/Makefile index 841863b32e..21516f1172 100644 --- a/src/regress/lib/libcrypto/free/Makefile +++ b/src/regress/lib/libcrypto/free/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2022/06/19 17:05:31 tb Exp $ +# $OpenBSD: Makefile,v 1.5 2023/04/15 14:10:09 tb Exp $ TESTS = \ freenull @@ -9,7 +9,6 @@ REGRESS_TARGETS= all_tests LDADD= -lcrypto DPADD= ${LIBCRYPTO} -CFLAGS+= -DLIBRESSL_INTERNAL CLEANFILES+= freenull.c freenull.c.body freenull.c.tmp -- cgit v1.2.3-55-g6feb