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 dc11c60e92..595d1094da 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.24 2016/11/04 19:45:12 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2016/11/05 15:09:02 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -11,6 +11,7 @@ SUBDIR= \ | |||
11 | cast \ | 11 | cast \ |
12 | chacha \ | 12 | chacha \ |
13 | cts128 \ | 13 | cts128 \ |
14 | curve25519 \ | ||
14 | des \ | 15 | des \ |
15 | dh \ | 16 | dh \ |
16 | dsa \ | 17 | dsa \ |