diff options
author | tb <> | 2019-03-17 17:49:12 +0000 |
---|---|---|
committer | tb <> | 2019-03-17 17:49:12 +0000 |
commit | 895f4a322c4e322f1afc38c2b7acfa2c155fd5f8 (patch) | |
tree | 070cd0d9e1e22672f7983d36c9ce2e1dcd2ffecb /src | |
parent | 761e4acbfd09a3379f5df82892618a4301f7ff06 (diff) | |
download | openbsd-895f4a322c4e322f1afc38c2b7acfa2c155fd5f8.tar.gz openbsd-895f4a322c4e322f1afc38c2b7acfa2c155fd5f8.tar.bz2 openbsd-895f4a322c4e322f1afc38c2b7acfa2c155fd5f8.zip |
link sm4 regress to the build
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
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 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -43,6 +43,7 @@ SUBDIR += sha2 | |||
43 | SUBDIR += sha256 | 43 | SUBDIR += sha256 |
44 | SUBDIR += sha512 | 44 | SUBDIR += sha512 |
45 | SUBDIR += sm3 | 45 | SUBDIR += sm3 |
46 | SUBDIR += sm4 | ||
46 | SUBDIR += utf8 | 47 | SUBDIR += utf8 |
47 | SUBDIR += wycheproof | 48 | SUBDIR += wycheproof |
48 | SUBDIR += x509 | 49 | SUBDIR += x509 |