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:
0c9c87a
)
Stop unused variable warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 26 Apr 2005 23:45:49 +0000
(23:45 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 26 Apr 2005 23:45:49 +0000
(23:45 +0000)
crypto/bn/bn_blind.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_blind.c
b/crypto/bn/bn_blind.c
index 1f41740c956952fea973331af58f07c98d523850..9ca4d06e30c8c90ab9067e90c492f6fa65a80152 100644
(file)
--- 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)