commit | 40cdaa12630a5fd0c616f7fe244541d4e0524cc7 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Wed Feb 05 10:48:27 2020 +0000 |
committer | Hanno Becker <hanno.becker@arm.com> | Wed Feb 05 10:50:51 2020 +0000 |
tree | 4e5324f8aad67664f23c8a1bb8b4cb7c19751d4f | |
parent | ce5f5fdcb4567a86644235062379730deeab0179 [diff] [blame] |
Move ssl_start_renegotiation() to public namespace
diff --git a/include/mbedtls/ssl_internal.h b/include/mbedtls/ssl_internal.h index 288297e..18f9f7e 100644 --- a/include/mbedtls/ssl_internal.h +++ b/include/mbedtls/ssl_internal.h
@@ -1093,4 +1093,6 @@ void mbedtls_ssl_handshake_wrapup_free_hs_transform( mbedtls_ssl_context *ssl ); +int mbedtls_ssl_start_renegotiation( mbedtls_ssl_context *ssl ); + #endif /* ssl_internal.h */