projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4db9677
)
Remove test fprintf.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 4 Jun 2008 22:39:05 +0000
(22:39 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 4 Jun 2008 22:39:05 +0000
(22:39 +0000)
ssl/ssl_lib.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_lib.c
b/ssl/ssl_lib.c
index afd8845d4e8138f7c7fe92b85deb97121c0883c4..fc41a3bf17969a156471c5d9ea2c02a789edb165 100644
(file)
--- 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();
}