提交 04fe876b 编写于 作者: M Matt Caswell

Revert "Fix uninitalised warning."

This reverts commit 704563f0.

Reverting in favour of the next commit which removes the underlying cause
of the warning.
Reviewed-by: NBen Laurie <ben@openssl.org>
上级 704563f0
...@@ -131,7 +131,7 @@ static int test_PACKET_get_net_2(PACKET *pkt, size_t start) ...@@ -131,7 +131,7 @@ static int test_PACKET_get_net_2(PACKET *pkt, size_t start)
static int test_PACKET_get_net_3(PACKET *pkt, size_t start) static int test_PACKET_get_net_3(PACKET *pkt, size_t start)
{ {
unsigned long i = 0; unsigned long i;
if ( !PACKET_goto_bookmark(pkt, start) if ( !PACKET_goto_bookmark(pkt, start)
|| !PACKET_get_net_3(pkt, &i) || !PACKET_get_net_3(pkt, &i)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册