diff options
-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 af7e10556e..e9dacd4067 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.35 2018/11/11 07:13:03 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.36 2019/03/17 17:49:12 tb Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -43,6 +43,7 @@ SUBDIR += sha2 | |||
43 | SUBDIR += sha256 | 43 | SUBDIR += sha256 |
44 | SUBDIR += sha512 | 44 | SUBDIR += sha512 |
45 | SUBDIR += sm3 | 45 | SUBDIR += sm3 |
46 | SUBDIR += sm4 | ||
46 | SUBDIR += utf8 | 47 | SUBDIR += utf8 |
47 | SUBDIR += wycheproof | 48 | SUBDIR += wycheproof |
48 | SUBDIR += x509 | 49 | SUBDIR += x509 |