Previously this x509 command line was working, restore that
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 25 Mar 2018 11:47:48 +0000 (13:47 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 26 Mar 2018 13:15:28 +0000 (15:15 +0200)
commita53d19cd0c4f28ed8c6ef708dcdd0599d1cbea27
tree0a4c2bc9882f201d5f35eb4e363496a49824faf9
parent62d51ffb956332717eac634d159cd8ef2f924cfd
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/5747)
apps/x509.c