diff options
author | 2019-03-17 17:49:12 +0000 | |
---|---|---|
committer | 2019-03-17 17:49:12 +0000 | |
commit | c00bbbd3e4a9dd6774f4e06ee5d5f774fea86019 (patch) | |
tree | cd5b258c1125346dd952ab80ade4a3e6d763ec19 | |
parent | Add a regress test for the SM4 block cipher from the Chinese standard (diff) | |
download | wireguard-openbsd-c00bbbd3e4a9dd6774f4e06ee5d5f774fea86019.tar.xz wireguard-openbsd-c00bbbd3e4a9dd6774f4e06ee5d5f774fea86019.zip |
link sm4 regress to the build
-rw-r--r-- | regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index af7e10556e8..e9dacd4067f 100644 --- a/regress/lib/libcrypto/Makefile +++ b/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 |