Commit 5ab71306 authored by michael's avatar michael

double ;;


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8373 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7dd3011f
......@@ -87,7 +87,7 @@ static void transform(uint32_t state[5], uint8_t buffer[64]){
e = state[4];
#ifdef VARIANT2
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<20) t+= ((b&(c^d))^d) +0x5A827999;
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