diff options
author | tb <> | 2024-06-16 17:57:08 +0000 |
---|---|---|
committer | tb <> | 2024-06-16 17:57:08 +0000 |
commit | 07dcc6fff21832d15dfc049822baad86dcd2ea2c (patch) | |
tree | 5c08d7540f9f17bbf8b3eced5cee0159e7fbee42 /src | |
parent | 08a8c089011b1bc65200603fab064a1c64d73803 (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | PROGS = constraints verify x509attribute x509name x509req_ext callback | 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback |
4 | PROGS += expirecallback callbackfailures x509_asn1 x509_extensions_test | 4 | PROGS += expirecallback callbackfailures x509_asn1 x509_extensions_test |
@@ -11,7 +11,7 @@ LDADD_verify = ${CRYPTO_INT} | |||
11 | WARNINGS = Yes | 11 | WARNINGS = Yes |
12 | CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror | 12 | CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror |
13 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 | 13 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 |
14 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring | 14 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring |
15 | 15 | ||
16 | SUBDIR += bettertls policy rfc3779 | 16 | SUBDIR += bettertls policy rfc3779 |
17 | 17 | ||