Revision 4e0fbdc4ecc81c99cd9e63f907039b4b323e642b authored by Adam Langley on 06 June 2014, 21:47:07 UTC, committed by Matt Caswell on 06 August 2014, 19:27:51 UTC
In a couple of functions, a sequence number would be calculated twice. Additionally, in |dtls1_process_out_of_seq_message|, we know that |frag_len| <= |msg_hdr->msg_len| so the later tests for |frag_len < msg_hdr->msg_len| can be more clearly written as |frag_len != msg_hdr->msg_len|, since that's the only remaining case. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Emilia Käsper <emilia@openssl.org>
1 parent 0c37aed
File | Mode | Size |
---|---|---|
build.bat | -rw-r--r-- | 6.5 KB |
cpy_tests.bat | -rw-r--r-- | 3.2 KB |
do_tests.pl | -rw-r--r-- | 19.2 KB |
globals.txt | -rw-r--r-- | 7.4 KB |
readme.txt | -rw-r--r-- | 668 bytes |
set_env.bat | -rw-r--r-- | 3.5 KB |

Computing file changes ...