From cace24fd4506b5c236c98b3f29129d4ad79ef50a Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 10 Jun 2018 20:10:35 +0200 Subject: [PATCH] 80 columns OCD --- tests/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test.c b/tests/test.c index aed4b26..6081766 100644 --- a/tests/test.c +++ b/tests/test.c @@ -166,8 +166,8 @@ static void x25519(const vector in[], vector *out) const vector *point = in + 1; int report = crypto_x25519(out->buf, scalar->buf, point->buf); int not_zero = zerocmp(out->buf, out->size); - if ( not_zero && report) printf("FAILURE: x25519 false all_zero report\n"); - if (!not_zero && !report) printf("FAILURE: x25519 failed to report zero\n"); + if ( not_zero && report) printf("FAILURE: x25519 false all_zero report\n"); + if (!not_zero && !report) printf("FAILURE: x25519 failed to report zero\n"); } static void key_exchange(const vector in[], vector *out) -- 2.47.3