summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_local.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/bn/bn_local.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/bn/bn_local.h b/src/lib/libcrypto/bn/bn_local.h
index 989770f2d6..c40002bed7 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.27 2023/07/28 10:05:16 tb Exp $ */ 1/* $OpenBSD: bn_local.h,v 1.28 2023/08/02 08:26:55 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 *
@@ -304,8 +304,6 @@ int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
304int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *); 304int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
305 305
306CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *); 306CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *);
307unsigned long BN_BLINDING_get_flags(const BN_BLINDING *);
308void BN_BLINDING_set_flags(BN_BLINDING *, unsigned long);
309BN_BLINDING *BN_BLINDING_create_param(BN_BLINDING *b, 307BN_BLINDING *BN_BLINDING_create_param(BN_BLINDING *b,
310 const BIGNUM *e, BIGNUM *m, BN_CTX *ctx, 308 const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
311 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 309 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,