mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
cosmetic
Originally committed as revision 8378 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
15b6cae245
commit
5fd7f87b8d
@ -29,8 +29,7 @@ typedef struct AVSHA1 {
|
||||
|
||||
static void transform(uint32_t state[5], uint8_t buffer[64]){
|
||||
uint32_t block[80];
|
||||
unsigned int i;
|
||||
unsigned int a, b, c, d, e;
|
||||
unsigned int i, a, b, c, d, e;
|
||||
|
||||
a = state[0];
|
||||
b = state[1];
|
||||
|
Loading…
Reference in New Issue
Block a user