提交 8a41fa6f 编写于 作者: R Richard Levitte

Initialize variable

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 2baf8033
...@@ -1076,7 +1076,7 @@ int i2d_ECPrivateKey(EC_KEY *a, unsigned char **out) ...@@ -1076,7 +1076,7 @@ int i2d_ECPrivateKey(EC_KEY *a, unsigned char **out)
{ {
int ret = 0, ok = 0; int ret = 0, ok = 0;
unsigned char *priv= NULL, *pub= NULL; unsigned char *priv= NULL, *pub= NULL;
size_t privlen, publen; size_t privlen = 0, publen = 0;
EC_PRIVATEKEY *priv_key = NULL; EC_PRIVATEKEY *priv_key = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册