]> granicus.if.org Git - openssl/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>
Wed, 6 Feb 2013 14:19:09 +0000 (14:19 +0000)
commit6b2a843970387ca07c505696129e80d439b1e5f8
treee080ca159573cf09eab15d678674457e7cf5f1b9
parent6b1f7beeee7edd0613a1913c08b4f101c7ea7af7
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