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