commit | ed9b78826169ec118b4f5682a039e562dc679e03 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sun Oct 31 23:37:59 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sun Oct 31 23:37:59 2010 -0400 |
tree | e842cae90ece8622341924659b7adf2089541743 | |
parent | 5bcb30387393a79a764d78ba3ac8f3794901002f [diff] |
remove debug prints
diff --git a/OpenSSL/ssl/context.c b/OpenSSL/ssl/context.c index 4f9ce4b..a0b9a72 100644 --- a/OpenSSL/ssl/context.c +++ b/OpenSSL/ssl/context.c
@@ -171,11 +171,7 @@ 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);