mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Rename ssl_legacy_renegotiation() to ssl_set_...
This commit is contained in:
@@ -1145,7 +1145,7 @@ int main( int argc, char *argv[] )
|
||||
mbedtls_ssl_set_arc4_support( &conf, opt.arc4 );
|
||||
|
||||
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 );
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user