commit | ce5f5fdcb4567a86644235062379730deeab0179 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Wed Feb 05 10:47:44 2020 +0000 |
committer | Hanno Becker <hanno.becker@arm.com> | Wed Feb 05 10:50:51 2020 +0000 |
tree | b99d246bd73f15d536581cc843fde4003f3f05f0 | |
parent | 786300f898e7543ad6fef273d5d580e08fb37d74 [diff] [blame] |
Move ssl_handshake_wrapup_free_hs_transform() to public namespace
diff --git a/include/mbedtls/ssl_internal.h b/include/mbedtls/ssl_internal.h index 025c3a9..288297e 100644 --- a/include/mbedtls/ssl_internal.h +++ b/include/mbedtls/ssl_internal.h
@@ -1091,4 +1091,6 @@ void mbedtls_ssl_dtls_replay_reset( mbedtls_ssl_context *ssl ); #endif +void mbedtls_ssl_handshake_wrapup_free_hs_transform( mbedtls_ssl_context *ssl ); + #endif /* ssl_internal.h */