Dead code elimination.
authorPauli <paul.dale@oracle.com>
Tue, 22 Aug 2017 00:36:26 +0000 (10:36 +1000)
committerPauli <paul.dale@oracle.com>
Tue, 22 Aug 2017 00:46:19 +0000 (10:46 +1000)
commit9c481c2fdcbea3015f17fc5d5be8ed4a31811504
tree6d62a03b3c954b2571fcec1873fb94779c4c8e35
parenta1df06b36347a31c17d09e6ca3e1464bdf7eb4d5
Dead code elimination.

Remove the exit_main function which is never used.
Remove the exit_options array which is also unreferenced.

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