apps/speed.c: limit loop counters to 2^31 in order to avoid overflows
authorAndy Polyakov <appro@openssl.org>
Sun, 17 Jan 2010 17:31:38 +0000 (17:31 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 17 Jan 2010 17:31:38 +0000 (17:31 +0000)
commitd582c98d8f3b1c953a990305ba00201c8c122a55
tree394aed3282c6ec47f5b826178c750a3712dec726
parent78a533cb93ca7f235ad594a619fdb715f3a78ce6
apps/speed.c: limit loop counters to 2^31 in order to avoid overflows
in performance calculations. For the moment there is only one code
fast enough to suffer from this: Intel AES-NI engine.
PR: 2096
apps/speed.c