1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Exportert tests: Free endpoints and options

Signed-off-by: Max Fillinger <max@max-fillinger.net>
This commit is contained in:
Max Fillinger
2024-10-30 00:29:37 +01:00
committed by Max Fillinger
parent 3e1291866d
commit 8f12e31223
3 changed files with 37 additions and 13 deletions

View File

@@ -593,6 +593,7 @@ int mbedtls_test_ssl_exchange_data(
int mbedtls_test_ssl_do_handshake_with_endpoints(
mbedtls_test_ssl_endpoint *server_ep,
mbedtls_test_ssl_endpoint *client_ep,
mbedtls_test_handshake_test_options *options,
mbedtls_ssl_protocol_version proto);
#endif /* defined(MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED) */