From 0a0554318a5e9824675551bed075d0937feec9f8 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 25 Mar 2023 10:51:18 +0000 Subject: [PATCH] Zap an empty line --- lib/libcrypto/bn/bn_kron.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libcrypto/bn/bn_kron.c b/lib/libcrypto/bn/bn_kron.c index c991cd2f612..cbd79f04550 100644 --- a/lib/libcrypto/bn/bn_kron.c +++ b/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) -- 2.20.1