From: Nicola Tuveri Date: Mon, 9 Sep 2019 00:52:00 +0000 (+0300) Subject: Fix spacing nit in test/ectest.c X-Git-Tag: openssl-3.0.0-alpha1~1428 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=65936a56461fe09e8c81bca45122af5adcfabb00 Fix spacing nit in test/ectest.c Reviewed-by: Matt Caswell Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/9813) --- diff --git a/test/ectest.c b/test/ectest.c index e0081c8866..2334432bcc 100644 --- a/test/ectest.c +++ b/test/ectest.c @@ -2137,7 +2137,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))