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 3f179d3df5..af7e10556e 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.34 2018/11/09 23:44:32 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.35 2018/11/11 07:13:03 tb Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -42,6 +42,7 @@ SUBDIR += sha1 | |||
42 | SUBDIR += sha2 | 42 | SUBDIR += sha2 |
43 | SUBDIR += sha256 | 43 | SUBDIR += sha256 |
44 | SUBDIR += sha512 | 44 | SUBDIR += sha512 |
45 | SUBDIR += sm3 | ||
45 | SUBDIR += utf8 | 46 | SUBDIR += utf8 |
46 | SUBDIR += wycheproof | 47 | SUBDIR += wycheproof |
47 | SUBDIR += x509 | 48 | SUBDIR += x509 |