Fix a shadowed global variable warning
[openssl.git] / ssl / ssl_locl.h
index cd948bd567926797bf7621f4580f35949d31f4be..991766f05b4700fa01dad0575698568cbcd482d7 100644 (file)
@@ -2167,7 +2167,7 @@ __owur int tls13_setup_key_block(SSL *s);
 __owur size_t tls13_final_finish_mac(SSL *s, const char *str, size_t slen,
                                      unsigned char *p);
 __owur int tls13_change_cipher_state(SSL *s, int which);
-__owur int tls13_update_key(SSL *s, int write);
+__owur int tls13_update_key(SSL *s, int send);
 __owur int tls13_hkdf_expand(SSL *s, const EVP_MD *md,
                              const unsigned char *secret,
                              const unsigned char *label, size_t labellen,