Fix warning on some compilers where variable index shadows a global
authorMatt Caswell <matt@openssl.org>
Tue, 27 Jan 2015 16:39:13 +0000 (16:39 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 28 Jan 2015 10:57:14 +0000 (10:57 +0000)
commit55467a16c2baf798ebcb627835654524cf8598a1
tree9ace3748dadf33dc3308ba44bb8301bbd7eebbd6
parentdc0e9a35fa89c262833d6b498108acc58a70bdcb
Fix warning on some compilers where variable index shadows a global
declaration

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/modes/ocb128.c