Loading ssl/t1_lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -1316,7 +1316,7 @@ TICKET_RETURN tls_decrypt_ticket(SSL *s, const unsigned char *etick, /* Some additional consistency checks */ if (p != sdec + slen || sess->session_id_length != 0) { SSL_SESSION_free(sess); return 2; return TICKET_NO_DECRYPT; } /* * The session ID, if non-empty, is used by some clients to detect Loading Loading
ssl/t1_lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -1316,7 +1316,7 @@ TICKET_RETURN tls_decrypt_ticket(SSL *s, const unsigned char *etick, /* Some additional consistency checks */ if (p != sdec + slen || sess->session_id_length != 0) { SSL_SESSION_free(sess); return 2; return TICKET_NO_DECRYPT; } /* * The session ID, if non-empty, is used by some clients to detect Loading