diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index afd8845d4e8138f7c7fe92b85deb97121c0883c4..fc41a3bf17969a156471c5d9ea2c02a789edb165 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(); }