summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-01-07 17:17:02 +0000
committertb <>2022-01-07 17:17:02 +0000
commit5924bca3ba9138d1349d77136a0d4742c0e1a423 (patch)
tree1757dd7473de091da1a97d229aa2e9b5f63fffeb /src
parentd5627fe1da6c5c534a4e33d502549cc11194b9d9 (diff)
downloadopenbsd-5924bca3ba9138d1349d77136a0d4742c0e1a423.tar.gz
openbsd-5924bca3ba9138d1349d77136a0d4742c0e1a423.tar.bz2
openbsd-5924bca3ba9138d1349d77136a0d4742c0e1a423.zip
Revert previous accidental commit
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/x509/rfc3779/Makefile4
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 b0b23c57c9..b876f626d4 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.4 2022/01/06 14:55:52 tb Exp $ 1# $OpenBSD: Makefile,v 1.5 2022/01/07 17:17:02 tb Exp $
2 2
3.include "../../Makefile.inc" 3.include "../../Makefile.inc"
4 4
@@ -6,6 +6,6 @@ PROG= rfc3779
6LDADD= ${CRYPTO_INT} 6LDADD= ${CRYPTO_INT}
7DPADD= ${LIBCRYPTO} 7DPADD= ${LIBCRYPTO}
8WARNINGS= Yes 8WARNINGS= Yes
9CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror -g -O0 9CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror
10 10
11.include <bsd.regress.mk> 11.include <bsd.regress.mk>