summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_blind.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/bn/bn_blind.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libcrypto/bn/bn_blind.c b/src/lib/libcrypto/bn/bn_blind.c
index 20b82fc9bc..54b75c294b 100644
--- a/src/lib/libcrypto/bn/bn_blind.c
+++ b/src/lib/libcrypto/bn/bn_blind.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_blind.c,v 1.25 2023/08/02 08:02:56 tb Exp $ */ 1/* $OpenBSD: bn_blind.c,v 1.26 2023/08/02 08:26:55 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -281,18 +281,6 @@ BN_BLINDING_thread_id(BN_BLINDING *b)
281 return &b->tid; 281 return &b->tid;
282} 282}
283 283
284unsigned long
285BN_BLINDING_get_flags(const BN_BLINDING *b)
286{
287 return b->flags;
288}
289
290void
291BN_BLINDING_set_flags(BN_BLINDING *b, unsigned long flags)
292{
293 b->flags = flags;
294}
295
296BN_BLINDING * 284BN_BLINDING *
297BN_BLINDING_create_param(BN_BLINDING *b, const BIGNUM *e, BIGNUM *m, 285BN_BLINDING_create_param(BN_BLINDING *b, const BIGNUM *e, BIGNUM *m,
298 BN_CTX *ctx, int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 286 BN_CTX *ctx, int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,