mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 23:15:38 +00:00
Style: Correct typo in ssl-tls.c
This commit is contained in:
parent
b841b4f107
commit
0207e533b2
|
@ -3280,7 +3280,7 @@ int mbedtls_ssl_write_handshake_msg( mbedtls_ssl_context *ssl )
|
||||||
}
|
}
|
||||||
#endif /* MBEDTLS_SSL_PROTO_DTLS */
|
#endif /* MBEDTLS_SSL_PROTO_DTLS */
|
||||||
|
|
||||||
/* Update running hashes of hanshake messages seen */
|
/* Update running hashes of handshake messages seen */
|
||||||
if( hs_type != MBEDTLS_SSL_HS_HELLO_REQUEST )
|
if( hs_type != MBEDTLS_SSL_HS_HELLO_REQUEST )
|
||||||
ssl->handshake->update_checksum( ssl, ssl->out_msg, ssl->out_msglen );
|
ssl->handshake->update_checksum( ssl, ssl->out_msg, ssl->out_msglen );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue