From d042453006fa5ae2921e034c968a20389c94f15c Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 25 Mar 2023 10:51:18 +0000 Subject: Zap an empty line --- src/lib/libcrypto/bn/bn_kron.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/bn/bn_kron.c b/src/lib/libcrypto/bn/bn_kron.c index c991cd2f61..cbd79f0455 100644 --- a/src/lib/libcrypto/bn/bn_kron.c +++ b/src/lib/libcrypto/bn/bn_kron.c @@ -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) -- cgit v1.2.3-55-g6feb