summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-06-04 22:39:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-06-04 22:39:05 +0000
commit0b44c26d78e3e13f9f134872e78631c262f11aab (patch)
treeaa8dbf2d3482ced449f7db67e13b584d27682557 /ssl/ssl_lib.c
parent4db9677bac4938b624fb63eaf108810bfb99f50d (diff)
Remove test fprintf.
Diffstat (limited to 'ssl/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index afd8845d4e..fc41a3bf17 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -1608,7 +1608,6 @@ SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth)
{
ENGINE *eng;
eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
-fprintf(stderr, "Engine is %p\n", eng);
if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng))
ERR_clear_error();
}