[openssl] OpenSSL_1_1_1-stable update

nic.tuv at gmail.com nic.tuv at gmail.com
Mon Sep 9 11:50:33 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  288241b6bf1ba4f07e06e83bbfdaf06f521d598b (commit)
      from  9a43a733801bd788848c9a8374305bcaed555019 (commit)


- Log -----------------------------------------------------------------
commit 288241b6bf1ba4f07e06e83bbfdaf06f521d598b
Author: Nicola Tuveri <nic.tuv at gmail.com>
Date:   Mon Sep 9 03:52:00 2019 +0300

    Fix spacing nit in test/ectest.c
    
    (cherry picked from commit 65936a56461fe09e8c81bca45122af5adcfabb00)
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Bernd Edlinger <bernd.edlinger at hotmail.de>
    (Merged from https://github.com/openssl/openssl/pull/9813)

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

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

diff --git a/test/ectest.c b/test/ectest.c
index ebd831ca40..ee0c4a601a 100644
--- a/test/ectest.c
+++ b/test/ectest.c
@@ -1843,7 +1843,7 @@ static int cardinality_test(int n)
     BIGNUM *g1_p = NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL,
            *g1_order = NULL, *g1_cf = NULL, *g2_cf = NULL;
 
-   TEST_info("Curve %s cardinality test", OBJ_nid2sn(nid));
+    TEST_info("Curve %s cardinality test", OBJ_nid2sn(nid));
 
     if (!TEST_ptr(ctx = BN_CTX_new())
         || !TEST_ptr(g1 = EC_GROUP_new_by_curve_name(nid))


More information about the openssl-commits mailing list