fix no SIGALRM case in speed.c

This commit is contained in:
Dr. Stephen Henson 2010-11-18 13:22:42 +00:00
parent 1bfe9acbbf
commit 981c0de27a

View File

@ -1230,7 +1230,8 @@ int MAIN(int argc, char **argv)
count*=2;
Time_F(START);
for (it=count; it; it--)
DES_ecb_encrypt(buf_as_des_cblock,buf_as_des_cblock,
DES_ecb_encrypt((DES_cblock *)buf,
(DES_cblock *)buf,
&sch,DES_ENCRYPT);
d=Time_F(STOP);
} while (d <3);