From fae7c0b0264e481f2cb4d4a46950e0ac8f1a6bab Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 9 Aug 2023 08:27:02 +0000 Subject: Unwrap a line --- src/lib/libcrypto/bn/bn_local.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/bn/bn_local.h b/src/lib/libcrypto/bn/bn_local.h index 454892871b..be9f67adea 100644 --- a/src/lib/libcrypto/bn/bn_local.h +++ b/src/lib/libcrypto/bn/bn_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_local.h,v 1.34 2023/08/08 15:18:24 tb Exp $ */ +/* $OpenBSD: bn_local.h,v 1.35 2023/08/09 08:27:02 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -299,8 +299,7 @@ int BN_BLINDING_invert(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *); CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *); BN_BLINDING *BN_BLINDING_create_param(const BIGNUM *e, BIGNUM *m, BN_CTX *ctx, int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx), - BN_MONT_CTX *m_ctx); + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx), BN_MONT_CTX *m_ctx); /* Explicitly const time / non-const time versions for internal use */ int BN_mod_exp_ct(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, -- cgit v1.2.3-55-g6feb