summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2019-11-02 15:39:44 +0000
committerjsing <>2019-11-02 15:39:44 +0000
commit9b3cb73afd05ca33ba4b2d8630d54c941d80e4c9 (patch)
treedf794c27dcff7d64e8052f426bf87713864a56f3
parent6a117a85a633a7ae8a334ce73347481bac084ce6 (diff)
downloadopenbsd-9b3cb73afd05ca33ba4b2d8630d54c941d80e4c9.tar.gz
openbsd-9b3cb73afd05ca33ba4b2d8630d54c941d80e4c9.tar.bz2
openbsd-9b3cb73afd05ca33ba4b2d8630d54c941d80e4c9.zip
Hook cms regress.
-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 e9dacd4067..2b4925cf7c 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.36 2019/03/17 17:49:12 tb Exp $ 1# $OpenBSD: Makefile,v 1.37 2019/11/02 15:39:44 jsing Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aeswrap 4SUBDIR += aeswrap
@@ -9,6 +9,7 @@ SUBDIR += bio
9SUBDIR += bn 9SUBDIR += bn
10SUBDIR += cast 10SUBDIR += cast
11SUBDIR += chacha 11SUBDIR += chacha
12SUBDIR += cms
12SUBDIR += cts128 13SUBDIR += cts128
13SUBDIR += curve25519 14SUBDIR += curve25519
14SUBDIR += des 15SUBDIR += des