summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-03-25 10:51:18 +0000
committertb <>2023-03-25 10:51:18 +0000
commitd042453006fa5ae2921e034c968a20389c94f15c (patch)
treec87cd8a99d314c3013731fd6c675fd5d3c02d61a /src
parent8f6a176b11245e22d8e84f2f6a0cdc03471c1f7c (diff)
downloadopenbsd-d042453006fa5ae2921e034c968a20389c94f15c.tar.gz
openbsd-d042453006fa5ae2921e034c968a20389c94f15c.tar.bz2
openbsd-d042453006fa5ae2921e034c968a20389c94f15c.zip
Zap an empty line
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/bn/bn_kron.c3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: bn_kron.c,v 1.12 2022/11/26 16:08:51 tb Exp $ */ 1/* $OpenBSD: bn_kron.c,v 1.13 2023/03/25 10:51:18 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -71,7 +71,6 @@ BN_kronecker(const BIGNUM *A, const BIGNUM *B, BN_CTX *ctx)
71 int k, v; 71 int k, v;
72 int ret = -2; 72 int ret = -2;
73 73
74
75 BN_CTX_start(ctx); 74 BN_CTX_start(ctx);
76 75
77 if ((a = BN_CTX_get(ctx)) == NULL) 76 if ((a = BN_CTX_get(ctx)) == NULL)