diff options
author | Nicola Tuveri <nic.tuv@gmail.com> | 2019-09-09 03:52:00 +0300 |
---|---|---|
committer | Nicola Tuveri <nic.tuv@gmail.com> | 2019-09-09 14:44:47 +0300 |
commit | 65936a56461fe09e8c81bca45122af5adcfabb00 (patch) | |
tree | dd073bf46504f77b47a936caee78dcd57744ef4e /test/ectest.c | |
parent | 3f37050e33c47b246b530ef01f0b0bda9126581c (diff) | |
download | openssl-new-65936a56461fe09e8c81bca45122af5adcfabb00.tar.gz |
Fix spacing nit in test/ectest.c
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9813)
Diffstat (limited to 'test/ectest.c')
-rw-r--r-- | test/ectest.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |