vpaes-ppc.pl: fix bug in IV handling and comply with ABI.
[openssl.git] / crypto / ocsp / ocsp_vfy.c
index 415d67e61cfdfa62c2f19c68654cf96e9d4c7737..8a5e788d960fb4cadff36c352ad9c12cdf30dddb 100644 (file)
@@ -108,6 +108,7 @@ int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
                        init_res = X509_STORE_CTX_init(&ctx, st, signer, bs->certs);
                if(!init_res)
                        {
+                       ret = -1;
                        OCSPerr(OCSP_F_OCSP_BASIC_VERIFY,ERR_R_X509_LIB);
                        goto end;
                        }