kill debug printf

This commit is contained in:
Omar Polo 2021-02-12 12:51:47 +00:00
parent 7689871446
commit 5b6dc93c8a
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ validate_against_ca(X509_STORE *ca, const uint8_t *chain, size_t len)
goto end;
ret = X509_verify_cert(ctx);
fprintf(stderr, "openssl x509_verify_cert: %d\n", ret);
end:
BIO_free(m);