mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Fix a travis failure
Travis was indicating a bogus uninit var warning. This fixes it. Perl changes reviewed by Richard Levitte. Non-perl changes reviewed by Rich Salz Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
9615387408
commit
625b0d514e
@ -1110,6 +1110,7 @@ MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt)
|
||||
goto f_err;
|
||||
}
|
||||
} else {
|
||||
PACKET_null_init(&session_id);
|
||||
session_id_len = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user