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 b357b3be88..38e3304eb4 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.31 2018/05/15 15:11:15 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.32 2018/07/25 18:04:09 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -44,6 +44,7 @@ SUBDIR= \ | |||
44 | sha256 \ | 44 | sha256 \ |
45 | sha512 \ | 45 | sha512 \ |
46 | utf8 \ | 46 | utf8 \ |
47 | wycheproof \ | ||
47 | x509 | 48 | x509 |
48 | 49 | ||
49 | install: | 50 | install: |