Skip to content

Commit fae7c0b

Browse files
author
tb
committed
Unwrap a line
1 parent 3cec28b commit fae7c0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib/libcrypto/bn/bn_local.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: bn_local.h,v 1.34 2023/08/08 15:18:24 tb Exp $ */
1+
/* $OpenBSD: bn_local.h,v 1.35 2023/08/09 08:27:02 tb Exp $ */
22
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
33
* All rights reserved.
44
*
@@ -299,8 +299,7 @@ int BN_BLINDING_invert(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
299299
CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *);
300300
BN_BLINDING *BN_BLINDING_create_param(const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
301301
int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
302-
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx),
303-
BN_MONT_CTX *m_ctx);
302+
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx), BN_MONT_CTX *m_ctx);
304303

305304
/* Explicitly const time / non-const time versions for internal use */
306305
int BN_mod_exp_ct(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,

0 commit comments

Comments
 (0)