From: Richard Levitte Date: Thu, 1 Aug 2002 13:39:39 +0000 (+0000) Subject: Cut'n'paste error with other reposnder certificates cleared. X-Git-Tag: OpenSSL_0_9_7-beta4~218^2~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5575f781ad90f86f86a226019af3d50964b34da7;p=oweals%2Fopenssl.git Cut'n'paste error with other reposnder certificates cleared. PR: 190 --- diff --git a/apps/ocsp.c b/apps/ocsp.c index 49a156a1cf..76a11ab067 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -613,9 +613,9 @@ int MAIN(int argc, char **argv) NULL, e, "CA certificate"); if (rcertfile) { - rother = load_certs(bio_err, sign_certfile, FORMAT_PEM, + rother = load_certs(bio_err, rcertfile, FORMAT_PEM, NULL, e, "responder other certificates"); - if (!sign_other) goto end; + if (!rother) goto end; } rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, NULL, NULL, "responder private key");