summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-06-16 17:57:08 +0000
committertb <>2024-06-16 17:57:08 +0000
commit07dcc6fff21832d15dfc049822baad86dcd2ea2c (patch)
tree5c08d7540f9f17bbf8b3eced5cee0159e7fbee42 /src
parent08a8c089011b1bc65200603fab064a1c64d73803 (diff)
downloadopenbsd-07dcc6fff21832d15dfc049822baad86dcd2ea2c.tar.gz
openbsd-07dcc6fff21832d15dfc049822baad86dcd2ea2c.tar.bz2
openbsd-07dcc6fff21832d15dfc049822baad86dcd2ea2c.zip
zap a stray space
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/x509/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile
index 5a90facb2d..80879f6e3c 100644
--- a/src/regress/lib/libcrypto/x509/Makefile
+++ b/src/regress/lib/libcrypto/x509/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.22 2024/05/28 15:33:35 tb Exp $ 1# $OpenBSD: Makefile,v 1.23 2024/06/16 17:57:08 tb Exp $
2 2
3PROGS = constraints verify x509attribute x509name x509req_ext callback 3PROGS = constraints verify x509attribute x509name x509req_ext callback
4PROGS += expirecallback callbackfailures x509_asn1 x509_extensions_test 4PROGS += expirecallback callbackfailures x509_asn1 x509_extensions_test
@@ -11,7 +11,7 @@ LDADD_verify = ${CRYPTO_INT}
11WARNINGS = Yes 11WARNINGS = Yes
12CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror 12CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror
13CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 13CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509
14CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring 14CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring
15 15
16SUBDIR += bettertls policy rfc3779 16SUBDIR += bettertls policy rfc3779
17 17