diff options
author | tb <> | 2018-11-11 07:13:03 +0000 |
---|---|---|
committer | tb <> | 2018-11-11 07:13:03 +0000 |
commit | edf0ee57ace922fc1f6c610bc8386f145051dfdf (patch) | |
tree | 1e120ba3080a1dba9a42413adc8b6ca3570d0dac /src | |
parent | 6ae1a2e9ce9eed61e0f7ba2f7969912581d1ff33 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -42,6 +42,7 @@ SUBDIR += sha1 | |||
42 | SUBDIR += sha2 | 42 | SUBDIR += sha2 |
43 | SUBDIR += sha256 | 43 | SUBDIR += sha256 |
44 | SUBDIR += sha512 | 44 | SUBDIR += sha512 |
45 | SUBDIR += sm3 | ||
45 | SUBDIR += utf8 | 46 | SUBDIR += utf8 |
46 | SUBDIR += wycheproof | 47 | SUBDIR += wycheproof |
47 | SUBDIR += x509 | 48 | SUBDIR += x509 |