Commit 91f0828c authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

fix no SIGALRM case in speed.c

parent 70a5f5f9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1246,7 +1246,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);