summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_blind.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-26 23:45:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-26 23:45:49 +0000
commit465b9f6b26e0ea9181cff7a55dcc69b3fc1291fe (patch)
tree3cbf460cd2df0669a86dcaa1c007b9d31faf3671 /crypto/bn/bn_blind.c
parent0c9c87a76e94bb29bcdac343a1c5450aa04e98ae (diff)
Stop unused variable warning.
Diffstat (limited to 'crypto/bn/bn_blind.c')
-rw-r--r--crypto/bn/bn_blind.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bn/bn_blind.c b/crypto/bn/bn_blind.c
index 1f41740c95..9ca4d06e30 100644
--- a/crypto/bn/bn_blind.c
+++ b/crypto/bn/bn_blind.c
@@ -278,7 +278,6 @@ BN_BLINDING *BN_BLINDING_create_param(BN_BLINDING *b,
BN_MONT_CTX *m_ctx)
{
int retry_counter = 32;
- BIGNUM *a, *ai;
BN_BLINDING *ret = NULL;
if (b == NULL)