From 373c84ef2291a7b228066cf92fe5b23e39cd35aa Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 17 Mar 2019 17:49:12 +0000 Subject: link sm4 regress to the build --- 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 af7e10556e..e9dacd4067 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2018/11/11 07:13:03 tb Exp $ +# $OpenBSD: Makefile,v 1.36 2019/03/17 17:49:12 tb Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -43,6 +43,7 @@ SUBDIR += sha2 SUBDIR += sha256 SUBDIR += sha512 SUBDIR += sm3 +SUBDIR += sm4 SUBDIR += utf8 SUBDIR += wycheproof SUBDIR += x509 -- cgit v1.2.3-55-g6feb