mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Avoid warning on Win32.
This commit is contained in:
parent
566dda07ba
commit
c1de1a190d
@ -754,7 +754,7 @@ struct ssl_ctx_st
|
||||
* actual record size can be more than this due to
|
||||
* padding and MAC overheads.
|
||||
*/
|
||||
int max_send_fragment;
|
||||
unsigned int max_send_fragment;
|
||||
};
|
||||
|
||||
#define SSL_SESS_CACHE_OFF 0x0000
|
||||
@ -976,7 +976,7 @@ struct ssl_st
|
||||
int first_packet;
|
||||
int client_version; /* what was passed, used for
|
||||
* SSLv3/TLS rollback check */
|
||||
int max_send_fragment;
|
||||
unsigned int max_send_fragment;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user