rsa.c: fix incorrect guard for pvk-* options
authorViktor Szakats <vszakats@users.noreply.github.com>
Sat, 30 Jul 2016 00:34:19 +0000 (02:34 +0200)
committerRich Salz <rsalz@openssl.org>
Sat, 30 Jul 2016 14:46:22 +0000 (10:46 -0400)
commite5452d40be3954a12b62fa8ce6746e8a792216e1
tree401cc987cb64f1e763962862f3411e35669617f5
parent58c27c207ddf0f8bf20c18e1298831e7b7381b02
rsa.c: fix incorrect guard for pvk-* options

This update syncs the #if guard protecting the pvk-* options
with the rest of the source handling those options. Also fix
some nearby whitespace.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1365)
apps/rsa.c