diff options
-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 |