diff options
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 54fcae7c91..bdf17723df 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.10 2014/05/18 22:04:14 guenther Exp $ | 1 | # $OpenBSD: Makefile,v 1.11 2014/05/30 15:38:28 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aeswrap \ | 4 | aeswrap \ |
@@ -32,6 +32,8 @@ SUBDIR= \ | |||
32 | sha \ | 32 | sha \ |
33 | sha1 \ | 33 | sha1 \ |
34 | sha2 \ | 34 | sha2 \ |
35 | sha256 \ | ||
36 | sha512 \ | ||
35 | utf8 | 37 | utf8 |
36 | 38 | ||
37 | install: | 39 | install: |