• A
    ssl/s3_cbc.c: uint64_t portability fix. · 6b2a8439
    Andy Polyakov 提交于
    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)
    6b2a8439
s3_cbc.c 26.2 KB