Commit fca447a9 authored by Michael Niedermayer's avatar Michael Niedermayer

double ;;

Originally committed as revision 8373 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2fa3a22d
...@@ -87,7 +87,7 @@ static void transform(uint32_t state[5], uint8_t buffer[64]){ ...@@ -87,7 +87,7 @@ static void transform(uint32_t state[5], uint8_t buffer[64]){
e = state[4]; e = state[4];
#ifdef VARIANT2 #ifdef VARIANT2
for(i=0; i<80; i++){ for(i=0; i<80; i++){
int t= e+block[i]+rol(a,5);; int t= e+block[i]+rol(a,5);
if(i<40){ if(i<40){
if(i<20) t+= ((b&(c^d))^d) +0x5A827999; if(i<20) t+= ((b&(c^d))^d) +0x5A827999;
else t+= ( b^c ^d) +0x6ED9EBA1; else t+= ( b^c ^d) +0x6ED9EBA1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment