diff options
Diffstat (limited to 'regress/lib/libcrypto/Makefile')
-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 6f7b024c47d..1c346f6e3be 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2020/12/26 00:48:56 bluhm Exp $ +# $OpenBSD: Makefile,v 1.42 2021/12/05 13:01:08 jsing Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -12,6 +12,7 @@ SUBDIR += cast SUBDIR += certs SUBDIR += chacha SUBDIR += cms +SUBDIR += ct SUBDIR += cts128 SUBDIR += curve25519 SUBDIR += des |