diff options
author | tb <> | 2023-04-15 14:10:09 +0000 |
---|---|---|
committer | tb <> | 2023-04-15 14:10:09 +0000 |
commit | ae422459065ccd2ccf62cdf30cf550491bd5894d (patch) | |
tree | b7decbcdfa4435fc6e36b1c08f68ddf528993fc1 | |
parent | c10c85651e3dc8e653705dc1c2dd2683fe0f6c66 (diff) | |
download | openbsd-ae422459065ccd2ccf62cdf30cf550491bd5894d.tar.gz openbsd-ae422459065ccd2ccf62cdf30cf550491bd5894d.tar.bz2 openbsd-ae422459065ccd2ccf62cdf30cf550491bd5894d.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.
-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 | ||