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
commit373c84ef2291a7b228066cf92fe5b23e39cd35aa (patch)
tree070cd0d9e1e22672f7983d36c9ce2e1dcd2ffecb /src
parent9d16e7fa2c0a85c319a250e8bcb5db5872651436 (diff)
downloadopenbsd-373c84ef2291a7b228066cf92fe5b23e39cd35aa.tar.gz
openbsd-373c84ef2291a7b228066cf92fe5b23e39cd35aa.tar.bz2
openbsd-373c84ef2291a7b228066cf92fe5b23e39cd35aa.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