diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/src/ssl/t1_enc.c | 6 | ||||
-rw-r--r-- | src/lib/libssl/t1_enc.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libssl/src/ssl/t1_enc.c b/src/lib/libssl/src/ssl/t1_enc.c index 5f5c8e3488..353a408c98 100644 --- a/src/lib/libssl/src/ssl/t1_enc.c +++ b/src/lib/libssl/src/ssl/t1_enc.c | |||
@@ -306,9 +306,9 @@ tls1_generate_key_block(SSL *s, unsigned char *km, unsigned char *tmp, int num) | |||
306 | */ | 306 | */ |
307 | static int | 307 | static int |
308 | tls1_change_cipher_state_cipher(SSL *s, char is_read, char use_client_keys, | 308 | tls1_change_cipher_state_cipher(SSL *s, char is_read, char use_client_keys, |
309 | const unsigned char *mac_secret, unsigned mac_secret_size, | 309 | const unsigned char *mac_secret, unsigned int mac_secret_size, |
310 | const unsigned char *key, unsigned key_len, const unsigned char *iv, | 310 | const unsigned char *key, unsigned int key_len, const unsigned char *iv, |
311 | unsigned iv_len) | 311 | unsigned int iv_len) |
312 | { | 312 | { |
313 | static const unsigned char empty[] = ""; | 313 | static const unsigned char empty[] = ""; |
314 | unsigned char export_tmp1[EVP_MAX_KEY_LENGTH]; | 314 | unsigned char export_tmp1[EVP_MAX_KEY_LENGTH]; |
diff --git a/src/lib/libssl/t1_enc.c b/src/lib/libssl/t1_enc.c index 5f5c8e3488..353a408c98 100644 --- a/src/lib/libssl/t1_enc.c +++ b/src/lib/libssl/t1_enc.c | |||
@@ -306,9 +306,9 @@ tls1_generate_key_block(SSL *s, unsigned char *km, unsigned char *tmp, int num) | |||
306 | */ | 306 | */ |
307 | static int | 307 | static int |
308 | tls1_change_cipher_state_cipher(SSL *s, char is_read, char use_client_keys, | 308 | tls1_change_cipher_state_cipher(SSL *s, char is_read, char use_client_keys, |
309 | const unsigned char *mac_secret, unsigned mac_secret_size, | 309 | const unsigned char *mac_secret, unsigned int mac_secret_size, |
310 | const unsigned char *key, unsigned key_len, const unsigned char *iv, | 310 | const unsigned char *key, unsigned int key_len, const unsigned char *iv, |
311 | unsigned iv_len) | 311 | unsigned int iv_len) |
312 | { | 312 | { |
313 | static const unsigned char empty[] = ""; | 313 | static const unsigned char empty[] = ""; |
314 | unsigned char export_tmp1[EVP_MAX_KEY_LENGTH]; | 314 | unsigned char export_tmp1[EVP_MAX_KEY_LENGTH]; |