提交 5a49001b 编写于 作者: B Ben Laurie

Fix warning.

上级 0f817d3b
......@@ -96,7 +96,7 @@ int MAIN(int argc, char **argv)
SSL *ssl=NULL;
char *ciphers=NULL;
const SSL_METHOD *meth=NULL;
STACK_OF(SSL_CIPHER) *sk;
STACK_OF(SSL_CIPHER) *sk=NULL;
char buf[512];
BIO *STDout=NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册