projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a05b0bc
)
fix 'set but not used' warning
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 1 Jul 2016 14:52:52 +0000
(15:52 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 1 Jul 2016 15:05:37 +0000
(16:05 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
fuzz/bignum.c
patch
|
blob
|
history
diff --git
a/fuzz/bignum.c
b/fuzz/bignum.c
index dc722af83f4fdbe9dc357a27562286c900ff2893..43e134bc141081db6fc0d7848fa828ada33a7263 100644
(file)
--- a/
fuzz/bignum.c
+++ b/
fuzz/bignum.c
@@
-23,7
+23,6
@@
int FuzzerInitialize(int *argc, char ***argv) {
int FuzzerTestOneInput(const uint8_t *buf, size_t len) {
static BN_CTX *ctx;
- static BN_MONT_CTX *mont;
static BIGNUM *b1;
static BIGNUM *b2;
static BIGNUM *b3;
@@
-40,7
+39,6
@@
int FuzzerTestOneInput(const uint8_t *buf, size_t len) {
b4 = BN_new();
b5 = BN_new();
ctx = BN_CTX_new();
- mont = BN_MONT_CTX_new();
}
/* Divide the input into three parts, using the values of the first two
* bytes to choose lengths, which generate b1, b2 and b3. Use three bits