[openssl] master update
Matt Caswell
matt at openssl.org
Thu Apr 4 15:56:06 UTC 2019
The branch master has been updated
via fd3a904636aa45401c40e8b86ebacd5135fea2f1 (commit)
from 2a2bc6fc12c6f6fc47c7c66dd4d0e3ef4be17777 (commit)
- Log -----------------------------------------------------------------
commit fd3a904636aa45401c40e8b86ebacd5135fea2f1
Author: Matt Caswell <matt at openssl.org>
Date: Wed Apr 3 09:44:41 2019 +0100
Skip the correct number of tests if SM2 is disabled
Fixes no-sm2 (and also no-sm3 and no-ec)
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8650)
-----------------------------------------------------------------------
Summary of changes:
test/recipes/25-test_verify.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/recipes/25-test_verify.t b/test/recipes/25-test_verify.t
index e493947..96bfd03 100644
--- a/test/recipes/25-test_verify.t
+++ b/test/recipes/25-test_verify.t
@@ -375,7 +375,7 @@ SKIP: {
}
SKIP: {
- skip "SM2 is not supported by this OpenSSL build", 1
+ skip "SM2 is not supported by this OpenSSL build", 2
if disabled("sm2");
# Test '-sm2-id' and '-sm2-hex-id' option
More information about the openssl-commits
mailing list