diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2019-11-02 15:39:45 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2019-11-02 15:39:45 +0000 |
commit | a06ed0547344ab388d259729e242becb368240e9 (patch) | |
tree | f5fbba8f9ffa873cb96f322f8a2e56dcca9e3161 /regress | |
parent | ba2ee8634148981fe6f5d6c57a9a477399f25eee (diff) |
Hook cms regress.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index e9dacd4067f..2b4925cf7c9 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2019/03/17 17:49:12 tb Exp $ +# $OpenBSD: Makefile,v 1.37 2019/11/02 15:39:44 jsing Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -9,6 +9,7 @@ SUBDIR += bio SUBDIR += bn SUBDIR += cast SUBDIR += chacha +SUBDIR += cms SUBDIR += cts128 SUBDIR += curve25519 SUBDIR += des |