1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Rename ssl_legacy_renegotiation() to ssl_set_...

This commit is contained in:
Manuel Pégourié-Gonnard
2015-05-06 17:55:51 +01:00
parent 6e088f9a0f
commit ae31914990
6 changed files with 6 additions and 6 deletions

View File

@ -5609,7 +5609,7 @@ void mbedtls_ssl_set_cbc_record_splitting( mbedtls_ssl_config *conf, char split
}
#endif
void mbedtls_ssl_legacy_renegotiation( mbedtls_ssl_config *conf, int allow_legacy )
void mbedtls_set_ssl_legacy_renegotiation( mbedtls_ssl_config *conf, int allow_legacy )
{
conf->allow_legacy_renegotiation = allow_legacy;
}