changeset 308:66948d7cef8a libavutil

cosmetic
author michael
date Tue, 13 Mar 2007 10:46:18 +0000
parents c5ee81be1e16
children 0498b2f2851a
files sha1.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sha1.c	Tue Mar 13 10:45:41 2007 +0000
+++ b/sha1.c	Tue Mar 13 10:46:18 2007 +0000
@@ -29,8 +29,7 @@
 
 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];