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

@ -1664,7 +1664,7 @@ int main( int argc, char *argv[] )
}
if( opt.allow_legacy != DFL_ALLOW_LEGACY )
mbedtls_ssl_legacy_renegotiation( &conf, opt.allow_legacy );
mbedtls_set_ssl_legacy_renegotiation( &conf, opt.allow_legacy );
#if defined(MBEDTLS_SSL_RENEGOTIATION)
mbedtls_ssl_set_renegotiation( &conf, opt.renegotiation );