Remove test fprintf.
This commit is contained in:
parent
4db9677bac
commit
0b44c26d78
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue