Fix openssl ca, to correctly make output file binary when using -spkac
authorRichard Levitte <levitte@openssl.org>
Mon, 23 Apr 2018 08:22:56 +0000 (10:22 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 23 Apr 2018 09:07:46 +0000 (11:07 +0200)
commit25642ad29e6a2c15c10ceb5e4f029638f73a879e
treecb3e50119494230753e9bafa3248a0f7917fb23f
parent10b37541dc7f27b0ca74102970691ce4636cc0bd
Fix openssl ca, to correctly make output file binary when using -spkac

On Unix, this doesn't matter, but on other platforms, it may.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6050)
apps/ca.c