]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509/t_x509.c
Fix error reporting glitch in X509_STORE_CTX_print_verify_cb() in t_x509.c
[thirdparty/openssl.git] / crypto / x509 / t_x509.c
index 6ef979c4ff67c989037d8429cdc05b32159ef7f4..16dc6eaaf22c229d7595671587816b463f8effd5 100644 (file)
@@ -472,7 +472,7 @@ int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx)
             BIO_printf(bio, "certs in trust store:\n");
             print_store_certs(bio, X509_STORE_CTX_get0_store(ctx));
         }
             BIO_printf(bio, "certs in trust store:\n");
             print_store_certs(bio, X509_STORE_CTX_get0_store(ctx));
         }
-        CMPerr(0, X509_R_CERTIFICATE_VERIFICATION_FAILED);
+        X509err(0, X509_R_CERTIFICATE_VERIFICATION_FAILED);
         ERR_add_error_mem_bio("\n", bio);
         BIO_free(bio);
     }
         ERR_add_error_mem_bio("\n", bio);
         BIO_free(bio);
     }