Commit 2ec8ad1b authored by Richard Levitte's avatar Richard Levitte
Browse files

apps/ca.c: only output DER with SPKAC input and when -out is chosen



So say the docs

Fixes #8055

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8368)

(cherry picked from commit 69f6b3ceaba493e70e1296880ea6c93e40714f0f)
parent 81ce7cc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -722,7 +722,7 @@ end_of_options:

    /*****************************************************************/
    if (req || gencrl) {
        if (spkac_file != NULL) {
        if (spkac_file != NULL && outfile != NULL) {
            output_der = 1;
            batch = 1;
        }