Commit e4693110 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix the OCSP responder mode

parent 9fcfd0cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -551,7 +551,7 @@ int ocsp_main(int argc, char **argv)
    }

    if (ridx_filename != NULL
        && (rkey != NULL || rsigner != NULL || rca_cert != NULL)) {
        && (rkey == NULL || rsigner == NULL || rca_cert == NULL)) {
        BIO_printf(bio_err,
                   "Responder mode requires certificate, key, and CA.\n");
        goto end;