speed.c: use size_t instead of int to match function signatures
authorCristian Stoica <cristian.stoica@nxp.com>
Tue, 2 Aug 2016 09:20:45 +0000 (12:20 +0300)
committerRich Salz <rsalz@openssl.org>
Mon, 8 Aug 2016 15:17:11 +0000 (11:17 -0400)
commit358558eba8a55e152d7ffcdf98cd561f46aeb9a3
treef948f534fafd13287b65aa2f8ec43333adae36c8
parent2ac6bdc02931ead9e028d6e41640b035e78bc722
speed.c: use size_t instead of int to match function signatures

Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1378)
apps/speed.c