diff options
author | jsing <> | 2019-11-02 15:39:44 +0000 |
---|---|---|
committer | jsing <> | 2019-11-02 15:39:44 +0000 |
commit | 9b3cb73afd05ca33ba4b2d8630d54c941d80e4c9 (patch) | |
tree | df794c27dcff7d64e8052f426bf87713864a56f3 | |
parent | 6a117a85a633a7ae8a334ce73347481bac084ce6 (diff) | |
download | openbsd-9b3cb73afd05ca33ba4b2d8630d54c941d80e4c9.tar.gz openbsd-9b3cb73afd05ca33ba4b2d8630d54c941d80e4c9.tar.bz2 openbsd-9b3cb73afd05ca33ba4b2d8630d54c941d80e4c9.zip |
Hook cms regress.
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
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 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -9,6 +9,7 @@ SUBDIR += bio | |||
9 | SUBDIR += bn | 9 | SUBDIR += bn |
10 | SUBDIR += cast | 10 | SUBDIR += cast |
11 | SUBDIR += chacha | 11 | SUBDIR += chacha |
12 | SUBDIR += cms | ||
12 | SUBDIR += cts128 | 13 | SUBDIR += cts128 |
13 | SUBDIR += curve25519 | 14 | SUBDIR += curve25519 |
14 | SUBDIR += des | 15 | SUBDIR += des |