提交 6697db73 编写于 作者: V Vladislav Grishenko

sstp: drop ssl_mode_auto_retry, not required afer 7945857927b4cedab365ba86934d771281eeb213

上级 951a5512
......@@ -493,7 +493,6 @@ static struct sstp_stream_t *ssl_stream_init(int fd, SSL_CTX *ssl_ctx)
goto error;
SSL_set_verify(stream->ssl, SSL_VERIFY_NONE, NULL);
SSL_set_mode(stream->ssl, SSL_MODE_AUTO_RETRY);
SSL_set_accept_state(stream->ssl);
SSL_set_fd(stream->ssl, fd);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册