Fix three missing global declarations.
authorFdaSilvaYY <fdasilvayy@gmail.com>
Sat, 23 Jul 2016 12:26:07 +0000 (14:26 +0200)
committerRich Salz <rsalz@openssl.org>
Mon, 1 Aug 2016 13:32:03 +0000 (09:32 -0400)
commit19075d58a7e48f7e4d7a8d845e03fc2622ec5654
treef77090e5bdea1210dc5757c19e1f07bbd0f6b592
parent2a600d7afd55ed71076e9c41469f6bba72d1f313
Fix three missing global declarations.

Fix compilation without SIGALRM.
It don't link because of remaning alarm(0); call.

Convert engine_id variable to local one

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1342)
apps/speed.c