diff options
Diffstat (limited to 'src/lib/libcrypto/bn/bn_local.h')
-rw-r--r-- | src/lib/libcrypto/bn/bn_local.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/bn/bn_local.h b/src/lib/libcrypto/bn/bn_local.h index c40002bed7..53d557dbe2 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.28 2023/08/02 08:26:55 tb Exp $ */ | 1 | /* $OpenBSD: bn_local.h,v 1.29 2023/08/02 08:31:12 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 | * |
@@ -291,10 +291,6 @@ int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, | |||
291 | int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, | 291 | int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, |
292 | BN_RECP_CTX *recp, BN_CTX *ctx); | 292 | BN_RECP_CTX *recp, BN_CTX *ctx); |
293 | 293 | ||
294 | /* BN_BLINDING flags */ | ||
295 | #define BN_BLINDING_NO_UPDATE 0x00000001 | ||
296 | #define BN_BLINDING_NO_RECREATE 0x00000002 | ||
297 | |||
298 | BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod); | 294 | BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod); |
299 | void BN_BLINDING_free(BN_BLINDING *b); | 295 | void BN_BLINDING_free(BN_BLINDING *b); |
300 | int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx); | 296 | int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx); |