提交 0b44c26d 编写于 作者: D Dr. Stephen Henson

Remove test fprintf.

上级 4db9677b
...@@ -1608,7 +1608,6 @@ SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth) ...@@ -1608,7 +1608,6 @@ SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth)
{ {
ENGINE *eng; ENGINE *eng;
eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); 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)) if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng))
ERR_clear_error(); ERR_clear_error();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册