Commit 9ac6244b authored by Matt Caswell's avatar Matt Caswell
Browse files

Ensure the age_add variable is properly initialised

parent 79495812
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2212,7 +2212,7 @@ MSG_PROCESS_RETURN tls_process_new_session_ticket(SSL *s, PACKET *pkt)
{
    int al;
    unsigned int ticklen;
    unsigned long ticket_lifetime_hint, age_add;
    unsigned long ticket_lifetime_hint, age_add = 0;
    unsigned int sess_len;
    RAW_EXTENSION *exts = NULL;