diff options
author | tb <> | 2021-12-24 03:01:23 +0000 |
---|---|---|
committer | tb <> | 2021-12-24 03:01:23 +0000 |
commit | 89812fbfdbe62c35ba9f1757f20b4deb10d956fa (patch) | |
tree | 79c150b93a232cbe8c7777dba8122c548910b8d8 /src | |
parent | e9b5d4af374b8c6dcad775059c5243b684e88357 (diff) | |
download | openbsd-89812fbfdbe62c35ba9f1757f20b4deb10d956fa.tar.gz openbsd-89812fbfdbe62c35ba9f1757f20b4deb10d956fa.tar.bz2 openbsd-89812fbfdbe62c35ba9f1757f20b4deb10d956fa.zip |
link rfc3779 test to build
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 1df8b13cbc..9981858eb7 100644 --- a/src/regress/lib/libcrypto/x509/Makefile +++ b/src/regress/lib/libcrypto/x509/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.9 2021/11/03 13:08:57 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2021/12/24 03:01:23 tb Exp $ |
2 | 2 | ||
3 | PROGS = constraints verify x509attribute x509name x509req_ext callback | 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback |
4 | LDADD= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic | 4 | LDADD= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic |
@@ -6,7 +6,7 @@ DPADD= ${LIBCRYPTO} | |||
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 |
8 | 8 | ||
9 | SUBDIR += bettertls | 9 | SUBDIR += bettertls rfc3779 |
10 | 10 | ||
11 | REGRESS_TARGETS += regress-verify | 11 | REGRESS_TARGETS += regress-verify |
12 | REGRESS_TARGETS += regress-constraints | 12 | REGRESS_TARGETS += regress-constraints |