]> git.ipfire.org Git - thirdparty/openssl.git/commit
ssl/s3_cbc.c: uint64_t portability fix.
authorAndy Polyakov <appro@openssl.org>
Fri, 1 Feb 2013 08:55:43 +0000 (09:55 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 5 Feb 2013 16:50:35 +0000 (16:50 +0000)
commit33ccde59a1ece0f68cc4b64e930001ab230725b1
treec363934bee4047defbdda91e6919aa692afbff61
parent1909df070fb5c5b87246a2de19c17588deba5818
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.
(cherry picked from commit cab13fc8473856a43556d41d8dac5605f4ba1f91)
ssl/s3_cbc.c