From fa27b1a19cf9331b7dd96d72d14dbafd509291a4 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 15 Apr 2023 14:10:09 +0000 Subject: [PATCH] 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. --- regress/lib/libcrypto/free/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/free/Makefile b/regress/lib/libcrypto/free/Makefile index 841863b32e1..21516f11727 100644 --- a/regress/lib/libcrypto/free/Makefile +++ b/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 -- 2.20.1