提交 f231b4e7 编写于 作者: M Matt Caswell

Fix a warning about an uninit var

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 ab29eca6
......@@ -32,7 +32,7 @@
int main(int argc, char *argv[])
{
SSL_CTX *ctx;
SSL *con;
SSL *con = NULL;
BIO *rbio;
BIO *wbio;
BIO *err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册