artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ee91f
)
Revert previous accidental commit
author
tb
<tb@openbsd.org>
Fri, 7 Jan 2022 17:17:02 +0000
(17:17 +0000)
committer
tb
<tb@openbsd.org>
Fri, 7 Jan 2022 17:17:02 +0000
(17:17 +0000)
regress/lib/libcrypto/x509/rfc3779/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/x509/rfc3779/Makefile
b/regress/lib/libcrypto/x509/rfc3779/Makefile
index
b0b23c5
..
b876f62
100644
(file)
--- a/
regress/lib/libcrypto/x509/rfc3779/Makefile
+++ b/
regress/lib/libcrypto/x509/rfc3779/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
4 2022/01/06 14:55:5
2 tb Exp $
+# $OpenBSD: Makefile,v 1.
5 2022/01/07 17:17:0
2 tb Exp $
.include "../../Makefile.inc"
@@
-6,6
+6,6
@@
PROG= rfc3779
LDADD= ${CRYPTO_INT}
DPADD= ${LIBCRYPTO}
WARNINGS= Yes
-CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror
-g -O0
+CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror
.include <bsd.regress.mk>