summaryrefslogtreecommitdiffstats
path: root/fuzz/bignum.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-07-01 15:52:52 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-07-01 16:05:37 +0100
commit352dbbaf4ca361c076f1437690607caf02965d7f (patch)
tree5f426b6f54976ebd33da07fbc54d1bffc86116c6 /fuzz/bignum.c
parenta05b0bcf878c8c52824e8ee4bb6c1853fa23800b (diff)
fix 'set but not used' warning
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'fuzz/bignum.c')
-rw-r--r--fuzz/bignum.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fuzz/bignum.c b/fuzz/bignum.c
index dc722af83f..43e134bc14 100644
--- 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