commit | ae319149907137aaeb491b53c2f5fb1217433c25 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed May 06 17:55:51 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 11 12:33:27 2015 +0200 |
tree | 80837ce0c3630202969239431bc99a6090b74e00 | |
parent | 6e088f9a0f26f3f78d5b9495a6ea4744de3e473e [diff] [blame] |
Rename ssl_legacy_renegotiation() to ssl_set_...
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 72bbbd7..c0f5292 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -5609,7 +5609,7 @@ } #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; }