symbols test: drop LIBRESSL_INTERNAL
authortb <tb@openbsd.org>
Sat, 15 Apr 2023 14:10:09 +0000 (14:10 +0000)
committertb <tb@openbsd.org>
Sat, 15 Apr 2023 14:10:09 +0000 (14:10 +0000)
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

index 841863b..21516f1 100644 (file)
@@ -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