Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
0ae53264
Commit
0ae53264
authored
Apr 24, 2000
by
David Lawrence
Browse files
Removed declarations of extern bn_limit_* variables that are declared
static in bn_lib.c. They are only used by bn_lib.c.
parent
585529aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/sec/openssl/bn_lcl.h
View file @
0ae53264
...
...
@@ -235,17 +235,6 @@ extern "C" {
#define OPENSSL_EXTERN extern
#define NO_BIO
OPENSSL_EXTERN
int
bn_limit_bits
;
OPENSSL_EXTERN
int
bn_limit_num
;
/* (1<<bn_limit_bits) */
/* Recursive 'low' limit */
OPENSSL_EXTERN
int
bn_limit_bits_low
;
OPENSSL_EXTERN
int
bn_limit_num_low
;
/* (1<<bn_limit_bits_low) */
/* Do modified 'high' part calculation' */
OPENSSL_EXTERN
int
bn_limit_bits_high
;
OPENSSL_EXTERN
int
bn_limit_num_high
;
/* (1<<bn_limit_bits_high) */
OPENSSL_EXTERN
int
bn_limit_bits_mont
;
OPENSSL_EXTERN
int
bn_limit_num_mont
;
/* (1<<bn_limit_bits_mont) */
BIGNUM
*
bn_expand2
(
BIGNUM
*
b
,
int
bits
);
void
bn_mul_normal
(
BN_ULONG
*
r
,
BN_ULONG
*
a
,
int
na
,
BN_ULONG
*
b
,
int
nb
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment