1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Fix typo in comment

This commit is contained in:
Hanno Becker
2019-05-08 16:26:21 +01:00
parent c2045b0764
commit 4a4af9fcbe

View File

@@ -6171,7 +6171,7 @@ int mbedtls_ssl_handle_message_type( mbedtls_ssl_context *ssl )
ssl_handshake_wrapup_free_hs_transform( ssl );
}
}
#endif /* MBEDTLS_SSL_DTLS */
#endif /* MBEDTLS_SSL_PROTO_DTLS */
return( 0 );
}