提交 28143c66 编写于 作者: U Ulf Möller

Fix warning.

上级 335c4f09
......@@ -1032,7 +1032,7 @@ static ASN1_INTEGER *load_serial(char *CAfile, char *serialfile, int create)
MS_STATIC char buf2[1024];
ASN1_INTEGER *bs = NULL, bs2;
BIO *io = NULL;
BIGNUM *serial;
BIGNUM *serial = NULL;
buf=OPENSSL_malloc( ((serialfile == NULL)
?(strlen(CAfile)+strlen(POSTFIX)+1)
:(strlen(serialfile)))+1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册