The branch master has been updated
       via  09fb65d5e413b7b87bf26f01ec441b44a03d4ee2 (commit)
      from  2e51557bc93f90ca2274230b042acb53cc3a268d (commit)


- Log -----------------------------------------------------------------
commit 09fb65d5e413b7b87bf26f01ec441b44a03d4ee2
Author: Bernd Edlinger <[email protected]>
Date:   Thu Jun 21 08:07:48 2018 +0200

    Fix negative test result in sm2 test
    
    Reviewed-by: Richard Levitte <[email protected]>
    Reviewed-by: Paul Dale <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/6548)

-----------------------------------------------------------------------

Summary of changes:
 test/sm2_internal_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/sm2_internal_test.c b/test/sm2_internal_test.c
index d4ec01e..ea8ac7d 100644
--- a/test/sm2_internal_test.c
+++ b/test/sm2_internal_test.c
@@ -209,7 +209,7 @@ static int test_sm2_crypt(const EC_GROUP *group,
 
 static int sm2_crypt_test(void)
 {
-    int testresult = 1;
+    int testresult = 0;
     EC_GROUP *test_group =
         create_EC_group
         ("8542D69E4C044F18E8B92435BF6FF7DE457283915C45517D722EDB8B08F1DFC3",
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to