summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-04-15 14:10:09 +0000
committertb <>2023-04-15 14:10:09 +0000
commit3b4d26b23409ee18799326c55ef9f56697d14b96 (patch)
treeb7decbcdfa4435fc6e36b1c08f68ddf528993fc1 /src
parent1a5bd4cb78097710de5283a737286c1b65609dc7 (diff)
downloadopenbsd-3b4d26b23409ee18799326c55ef9f56697d14b96.tar.gz
openbsd-3b4d26b23409ee18799326c55ef9f56697d14b96.tar.bz2
openbsd-3b4d26b23409ee18799326c55ef9f56697d14b96.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/free/Makefile3
1 files changed, 1 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.4 2022/06/19 17:05:31 tb Exp $ 1# $OpenBSD: Makefile,v 1.5 2023/04/15 14:10:09 tb Exp $
2 2
3TESTS = \ 3TESTS = \
4 freenull 4 freenull
@@ -9,7 +9,6 @@ REGRESS_TARGETS= all_tests
9 9
10LDADD= -lcrypto 10LDADD= -lcrypto
11DPADD= ${LIBCRYPTO} 11DPADD= ${LIBCRYPTO}
12CFLAGS+= -DLIBRESSL_INTERNAL
13 12
14CLEANFILES+= freenull.c freenull.c.body freenull.c.tmp 13CLEANFILES+= freenull.c freenull.c.body freenull.c.tmp
15 14