diff options
Diffstat (limited to 'src/lib/libcrypto/bn/bn_lcl.h')
-rw-r--r-- | src/lib/libcrypto/bn/bn_lcl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/bn/bn_lcl.h b/src/lib/libcrypto/bn/bn_lcl.h index 95dc3baac5..4fac4e7f55 100644 --- a/src/lib/libcrypto/bn/bn_lcl.h +++ b/src/lib/libcrypto/bn/bn_lcl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_lcl.h,v 1.35 2022/07/15 06:10:00 tb Exp $ */ | 1 | /* $OpenBSD: bn_lcl.h,v 1.36 2022/11/23 02:44:01 jsing 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 | * |
@@ -525,8 +525,6 @@ int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_U | |||
525 | BIGNUM *bn_expand2(BIGNUM *a, int words); | 525 | BIGNUM *bn_expand2(BIGNUM *a, int words); |
526 | BIGNUM *bn_expand(BIGNUM *a, int bits); | 526 | BIGNUM *bn_expand(BIGNUM *a, int bits); |
527 | 527 | ||
528 | BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */ | ||
529 | |||
530 | /* Bignum consistency macros | 528 | /* Bignum consistency macros |
531 | * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from | 529 | * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from |
532 | * bignum data after direct manipulations on the data. There is also an | 530 | * bignum data after direct manipulations on the data. There is also an |