summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2018-11-11 07:13:03 +0000
committertb <>2018-11-11 07:13:03 +0000
commitedf0ee57ace922fc1f6c610bc8386f145051dfdf (patch)
tree1e120ba3080a1dba9a42413adc8b6ca3570d0dac /src
parent6ae1a2e9ce9eed61e0f7ba2f7969912581d1ff33 (diff)
downloadopenbsd-edf0ee57ace922fc1f6c610bc8386f145051dfdf.tar.gz
openbsd-edf0ee57ace922fc1f6c610bc8386f145051dfdf.tar.bz2
openbsd-edf0ee57ace922fc1f6c610bc8386f145051dfdf.zip
Hook up sm3 regress tests.
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 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
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aeswrap 4SUBDIR += aeswrap
@@ -42,6 +42,7 @@ SUBDIR += sha1
42SUBDIR += sha2 42SUBDIR += sha2
43SUBDIR += sha256 43SUBDIR += sha256
44SUBDIR += sha512 44SUBDIR += sha512
45SUBDIR += sm3
45SUBDIR += utf8 46SUBDIR += utf8
46SUBDIR += wycheproof 47SUBDIR += wycheproof
47SUBDIR += x509 48SUBDIR += x509