ssl/s3_cbc.c: uint64_t portability fix.
authorAndy Polyakov <appro@openssl.org>
Fri, 1 Feb 2013 08:55:43 +0000 (09:55 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 1 Feb 2013 09:31:23 +0000 (10:31 +0100)
commitcab13fc8473856a43556d41d8dac5605f4ba1f91
tree6a1af29fa595a2d58c9f79e54a33399aaea53dd7
parent34ab3c8c711ff79c2b768f0b17e4b2a78fd1df5d
ssl/s3_cbc.c: uint64_t portability fix.

Break dependency on uint64_t. It's possible to declare bits as
unsigned int, because TLS packets are limited in size and 32-bit
value can't overflow.
ssl/s3_cbc.c