diff options
author | tb <> | 2021-12-24 14:00:11 +0000 |
---|---|---|
committer | tb <> | 2021-12-24 14:00:11 +0000 |
commit | afae39318f95385b7a568b4c829e791b7a34867c (patch) | |
tree | a5a5edf341315f38520a4f3fd41eb5056c6228ca /src | |
parent | 0eb65947ecf5d357f540f9900a1affa3fd9e5ca8 (diff) | |
download | openbsd-afae39318f95385b7a568b4c829e791b7a34867c.tar.gz openbsd-afae39318f95385b7a568b4c829e791b7a34867c.tar.bz2 openbsd-afae39318f95385b7a568b4c829e791b7a34867c.zip |
The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the API
isn't public.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/x509/rfc3779/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/rfc3779/Makefile b/src/regress/lib/libcrypto/x509/rfc3779/Makefile index b0fcc0deb2..9786060d15 100644 --- a/src/regress/lib/libcrypto/x509/rfc3779/Makefile +++ b/src/regress/lib/libcrypto/x509/rfc3779/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2021/12/24 03:06:05 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2021/12/24 14:00:11 tb Exp $ |
2 | 2 | ||
3 | .include "../../Makefile.inc" | 3 | .include "../../Makefile.inc" |
4 | 4 | ||
@@ -6,6 +6,6 @@ PROG= rfc3779 | |||
6 | LDADD= ${CRYPTO_INT} | 6 | LDADD= ${CRYPTO_INT} |
7 | DPADD= ${LIBCRYPTO} | 7 | DPADD= ${LIBCRYPTO} |
8 | WARNINGS= Yes | 8 | WARNINGS= Yes |
9 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 9 | CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror |
10 | 10 | ||
11 | .include <bsd.regress.mk> | 11 | .include <bsd.regress.mk> |