diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-12-24 14:00:12 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-12-24 14:00:12 +0000 |
commit | 058074aebd6eafdb00f54187c13a63897e1fd501 (patch) | |
tree | cf7c8f569d01f00045b114bd14da42f740da748e /regress | |
parent | f399b67b025580bb30bfa517d21fd2d3668f20de (diff) |
The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the API
isn't public.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/x509/rfc3779/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/x509/rfc3779/Makefile b/regress/lib/libcrypto/x509/rfc3779/Makefile index b0fcc0deb20..9786060d156 100644 --- a/regress/lib/libcrypto/x509/rfc3779/Makefile +++ b/regress/lib/libcrypto/x509/rfc3779/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2021/12/24 03:06:05 tb Exp $ +# $OpenBSD: Makefile,v 1.3 2021/12/24 14:00:11 tb Exp $ .include "../../Makefile.inc" @@ -6,6 +6,6 @@ PROG= rfc3779 LDADD= ${CRYPTO_INT} DPADD= ${LIBCRYPTO} WARNINGS= Yes -CFLAGS+= -DLIBRESSL_INTERNAL -Werror +CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror .include <bsd.regress.mk> |