From: tb Date: Sat, 25 Mar 2023 10:51:18 +0000 (+0000) Subject: Zap an empty line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0a0554318a5e9824675551bed075d0937feec9f8;p=openbsd Zap an empty line --- 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)