summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/Makefile3
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
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aeswrap 4SUBDIR += aeswrap
@@ -43,6 +43,7 @@ SUBDIR += sha2
43SUBDIR += sha256 43SUBDIR += sha256
44SUBDIR += sha512 44SUBDIR += sha512
45SUBDIR += sm3 45SUBDIR += sm3
46SUBDIR += sm4
46SUBDIR += utf8 47SUBDIR += utf8
47SUBDIR += wycheproof 48SUBDIR += wycheproof
48SUBDIR += x509 49SUBDIR += x509