diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-12 12:51:47 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-12 12:51:47 +0000 |
commit | 5b6dc93c8ab63f36382ea02336b172a3632cab30 (patch) | |
tree | 6cd667a31a68ff2b1f27e8c71265b97e11e5f270 /utils.c | |
parent | 76898714462223ec4dd8f3049cf07f2bea00cb1d (diff) |
kill debug printf
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |