mirror of
https://github.com/openssl/openssl.git
synced 2024-12-26 02:13:45 +08:00
Revert "Fix uninitalised warning."
This reverts commit 704563f04a
.
Reverting in favour of the next commit which removes the underlying cause
of the warning.
Reviewed-by: Ben Laurie <ben@openssl.org>
This commit is contained in:
parent
704563f04a
commit
04fe876b56
@ -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)
|
||||
{
|
||||
unsigned long i = 0;
|
||||
unsigned long i;
|
||||
|
||||
if ( !PACKET_goto_bookmark(pkt, start)
|
||||
|| !PACKET_get_net_3(pkt, &i)
|
||||
|
Loading…
Reference in New Issue
Block a user