Move ssl_handshake_wrapup_free_hs_transform() to public namespace

This commit is contained in:
Hanno Becker 2020-02-05 10:47:44 +00:00
parent 786300f898
commit ce5f5fdcb4
2 changed files with 7 additions and 6 deletions
include/mbedtls

View file

@ -1091,4 +1091,6 @@ int mbedtls_ssl_session_reset_int( mbedtls_ssl_context *ssl, int partial );
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 */