From: tb Date: Thu, 6 Apr 2023 07:07:54 +0000 (+0000) Subject: Zap extra empty line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=500ccbf6ef984aee7ff4c78f35c1815c55c47f3e;p=openbsd Zap extra empty line --- diff --git a/regress/lib/libcrypto/bn/bn_gcd.c b/regress/lib/libcrypto/bn/bn_gcd.c index c9182aec0ca..018cc6ea75b 100644 --- a/regress/lib/libcrypto/bn/bn_gcd.c +++ b/regress/lib/libcrypto/bn/bn_gcd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_gcd.c,v 1.1 2023/04/03 21:32:44 tb Exp $ */ +/* $OpenBSD: bn_gcd.c,v 1.2 2023/04/06 07:07:54 tb Exp $ */ /* * Copyright (c) 2023 Theo Buehler @@ -3505,7 +3505,6 @@ bn_gcd_test(const struct gcd_test *testcase) BN_print_fp(stderr, got); fprintf(stderr, "\n"); - failed |= 1; } }