From 7764588e715807e7cae26bdca8c05b043f300de4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 11 Nov 2018 07:13:03 +0000 Subject: Hook up sm3 regress tests. --- src/regress/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.34 2018/11/09 23:44:32 bluhm Exp $ +# $OpenBSD: Makefile,v 1.35 2018/11/11 07:13:03 tb Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -42,6 +42,7 @@ SUBDIR += sha1 SUBDIR += sha2 SUBDIR += sha256 SUBDIR += sha512 +SUBDIR += sm3 SUBDIR += utf8 SUBDIR += wycheproof SUBDIR += x509 -- cgit v1.2.3-55-g6feb