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:09:34 +0000 (11:09 +0200)
commit29a7148d4e47cf5c7861ed66679d69d5380c95f2
tree58d5896dbc73633c4b729135efcda26c42769cc6
parent7afe18bd003ff7477168626d99efb5a297f2df39
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)

(cherry picked from commit 25642ad29e6a2c15c10ceb5e4f029638f73a879e)
apps/ca.c