Zap an empty line
authortb <tb@openbsd.org>
Sat, 25 Mar 2023 10:51:18 +0000 (10:51 +0000)
committertb <tb@openbsd.org>
Sat, 25 Mar 2023 10:51:18 +0000 (10:51 +0000)
lib/libcrypto/bn/bn_kron.c

index c991cd2..cbd79f0 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: bn_kron.c,v 1.12 2022/11/26 16:08:51 tb Exp $ */
+/* $OpenBSD: bn_kron.c,v 1.13 2023/03/25 10:51:18 tb Exp $ */
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
@@ -71,7 +71,6 @@ BN_kronecker(const BIGNUM *A, const BIGNUM *B, BN_CTX *ctx)
        int k, v;
        int ret = -2;
 
-
        BN_CTX_start(ctx);
 
        if ((a = BN_CTX_get(ctx)) == NULL)