The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the API
authortb <tb@openbsd.org>
Fri, 24 Dec 2021 14:00:11 +0000 (14:00 +0000)
committertb <tb@openbsd.org>
Fri, 24 Dec 2021 14:00:11 +0000 (14:00 +0000)
isn't public.

regress/lib/libcrypto/x509/rfc3779/Makefile

index b0fcc0d..9786060 100644 (file)
@@ -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>