diff options
Diffstat (limited to 'src')
-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 e9dacd4067..2b4925cf7c 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.36 2019/03/17 17:49:12 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.37 2019/11/02 15:39:44 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -9,6 +9,7 @@ SUBDIR += bio | |||
9 | SUBDIR += bn | 9 | SUBDIR += bn |
10 | SUBDIR += cast | 10 | SUBDIR += cast |
11 | SUBDIR += chacha | 11 | SUBDIR += chacha |
12 | SUBDIR += cms | ||
12 | SUBDIR += cts128 | 13 | SUBDIR += cts128 |
13 | SUBDIR += curve25519 | 14 | SUBDIR += curve25519 |
14 | SUBDIR += des | 15 | SUBDIR += des |