diff options
author | tb <> | 2023-04-15 14:10:09 +0000 |
---|---|---|
committer | tb <> | 2023-04-15 14:10:09 +0000 |
commit | 3b4d26b23409ee18799326c55ef9f56697d14b96 (patch) | |
tree | b7decbcdfa4435fc6e36b1c08f68ddf528993fc1 /src | |
parent | 1a5bd4cb78097710de5283a737286c1b65609dc7 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | TESTS = \ | 3 | TESTS = \ |
4 | freenull | 4 | freenull |
@@ -9,7 +9,6 @@ REGRESS_TARGETS= all_tests | |||
9 | 9 | ||
10 | LDADD= -lcrypto | 10 | LDADD= -lcrypto |
11 | DPADD= ${LIBCRYPTO} | 11 | DPADD= ${LIBCRYPTO} |
12 | CFLAGS+= -DLIBRESSL_INTERNAL | ||
13 | 12 | ||
14 | CLEANFILES+= freenull.c freenull.c.body freenull.c.tmp | 13 | CLEANFILES+= freenull.c freenull.c.body freenull.c.tmp |
15 | 14 | ||