Previously this x509 command line was working, restore that
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 25 Mar 2018 12:00:33 +0000 (14:00 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 26 Mar 2018 13:11:47 +0000 (15:11 +0200)
commit2d1b5717b9fd3ed54b663334e18c006d34776328
treef5a99b4157c10cd1186a77b98ed5f9438e144c91
parent5281435258b5d8201a00b4a9781bb724d99630f0
Previously this x509 command line was working, restore that

openssl x509 -in server.pem -signkey privkey.pem -out server.pem

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