Move variable definitions into the blocks where they are really needed,
authorBodo Möller <bodo@openssl.org>
Sun, 9 May 1999 10:16:46 +0000 (10:16 +0000)
committerBodo Möller <bodo@openssl.org>
Sun, 9 May 1999 10:16:46 +0000 (10:16 +0000)
commita0d0c6a61bd9364dd411e1538b65efa9392c8f92
treeabac163c78cddb34459a89e32fdb5269d9cf97b7
parent303c002898915c5636dfa9d295b9de38db65207a
Move variable definitions into the blocks where they are really needed,
so that warnings about unused variables don't appear if those blocks
are removed by the C preprocessor.

Submitted by:
Reviewed by:
PR:
crypto/sha/sha1dgst.c