summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-08-09 08:27:02 +0000
committertb <>2023-08-09 08:27:02 +0000
commitfae7c0b0264e481f2cb4d4a46950e0ac8f1a6bab (patch)
tree1b61ab25694330fee5e303c44db5dc64029d4de2
parent3cec28b4cf65706420dc1d217ec2972c386f095d (diff)
downloadopenbsd-fae7c0b0264e481f2cb4d4a46950e0ac8f1a6bab.tar.gz
openbsd-fae7c0b0264e481f2cb4d4a46950e0ac8f1a6bab.tar.bz2
openbsd-fae7c0b0264e481f2cb4d4a46950e0ac8f1a6bab.zip
Unwrap a line
-rw-r--r--src/lib/libcrypto/bn/bn_local.h5
1 files changed, 2 insertions, 3 deletions
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 @@
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 $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -299,8 +299,7 @@ int BN_BLINDING_invert(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
299CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *); 299CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *);
300BN_BLINDING *BN_BLINDING_create_param(const BIGNUM *e, BIGNUM *m, BN_CTX *ctx, 300BN_BLINDING *BN_BLINDING_create_param(const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
301 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 301 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
302 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx), 302 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx), BN_MONT_CTX *m_ctx);
303 BN_MONT_CTX *m_ctx);
304 303
305/* Explicitly const time / non-const time versions for internal use */ 304/* Explicitly const time / non-const time versions for internal use */
306int BN_mod_exp_ct(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 305int BN_mod_exp_ct(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,