summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2019-03-17 17:49:12 +0000
committertb <>2019-03-17 17:49:12 +0000
commit895f4a322c4e322f1afc38c2b7acfa2c155fd5f8 (patch)
tree070cd0d9e1e22672f7983d36c9ce2e1dcd2ffecb /src
parent761e4acbfd09a3379f5df82892618a4301f7ff06 (diff)
downloadopenbsd-895f4a322c4e322f1afc38c2b7acfa2c155fd5f8.tar.gz
openbsd-895f4a322c4e322f1afc38c2b7acfa2c155fd5f8.tar.bz2
openbsd-895f4a322c4e322f1afc38c2b7acfa2c155fd5f8.zip
link sm4 regress to the build
Diffstat (limited to 'src')
-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