Loading apps/ocsp.c +2 −2 Original line number Diff line number Diff line Loading @@ -1385,10 +1385,10 @@ OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req, if (!resp) BIO_printf(bio_err, "Error querying OCSP responsder\n"); end: if (ctx) SSL_CTX_free(ctx); if (cbio) BIO_free_all(cbio); if (ctx) SSL_CTX_free(ctx); return resp; } Loading Loading
apps/ocsp.c +2 −2 Original line number Diff line number Diff line Loading @@ -1385,10 +1385,10 @@ OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req, if (!resp) BIO_printf(bio_err, "Error querying OCSP responsder\n"); end: if (ctx) SSL_CTX_free(ctx); if (cbio) BIO_free_all(cbio); if (ctx) SSL_CTX_free(ctx); return resp; } Loading