Remove test fprintf.
This commit is contained in:
parent
4db9677bac
commit
0b44c26d78
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user