commit | e9a86b09f9172f9c7db902ad18f7cdc0234305bc | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sun Oct 31 23:13:20 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sun Oct 31 23:13:20 2010 -0400 |
tree | c2b3b7358d09258a74af1a6bd6bfbba6f88d43d6 | |
parent | cd50520faa1290b6670433ea4efb88a80025f42d [diff] |
diagnostic
diff --git a/OpenSSL/ssl/context.c b/OpenSSL/ssl/context.c index a0b9a72..4f9ce4b 100644 --- a/OpenSSL/ssl/context.c +++ b/OpenSSL/ssl/context.c
@@ -171,7 +171,11 @@ MY_END_ALLOW_THREADS(conn->tstate); + printf("before new_x509 %p\n", new_x509); + fflush(stdout); cert = new_x509(X509_STORE_CTX_get_current_cert(x509_ctx), 0); + printf("after new_x509\n"); + fflush(stdout); errnum = X509_STORE_CTX_get_error(x509_ctx); errdepth = X509_STORE_CTX_get_error_depth(x509_ctx);