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 2b4925cf7c9..a5b4cc38555 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2019/11/02 15:39:44 jsing Exp $ +# $OpenBSD: Makefile,v 1.38 2020/07/14 18:33:34 jsing Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -8,6 +8,7 @@ SUBDIR += bf SUBDIR += bio SUBDIR += bn SUBDIR += cast +SUBDIR += certs SUBDIR += chacha SUBDIR += cms SUBDIR += cts128 |