summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2020-07-14 18:33:34 +0000
committerjsing <>2020-07-14 18:33:34 +0000
commit190316e2afd31e6005940c70d981e0b5b40f61d6 (patch)
treee182467edaa4ac04c520c3d95676f642f4400eb2
parentc8b770aa292e8970abfef18c490e9f6c4bec5db0 (diff)
downloadopenbsd-190316e2afd31e6005940c70d981e0b5b40f61d6.tar.gz
openbsd-190316e2afd31e6005940c70d981e0b5b40f61d6.tar.bz2
openbsd-190316e2afd31e6005940c70d981e0b5b40f61d6.zip
Enter the certs regress directory.
-rw-r--r--src/regress/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index 2b4925cf7c..a5b4cc3855 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.37 2019/11/02 15:39:44 jsing Exp $ 1# $OpenBSD: Makefile,v 1.38 2020/07/14 18:33:34 jsing Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aeswrap 4SUBDIR += aeswrap
@@ -8,6 +8,7 @@ SUBDIR += bf
8SUBDIR += bio 8SUBDIR += bio
9SUBDIR += bn 9SUBDIR += bn
10SUBDIR += cast 10SUBDIR += cast
11SUBDIR += certs
11SUBDIR += chacha 12SUBDIR += chacha
12SUBDIR += cms 13SUBDIR += cms
13SUBDIR += cts128 14SUBDIR += cts128