1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-07-24 01:51:03 +08:00

Fix coding style

Signed-off-by: Max Fillinger <max@max-fillinger.net>
This commit is contained in:
Max Fillinger 2024-09-22 01:28:12 +02:00 committed by Max Fillinger
parent 0118293e23
commit c48e9e0004

View File

@ -5787,10 +5787,10 @@ int mbedtls_ssl_tls_prf(const mbedtls_tls_prf_types prf,
* \return 0 on success. An SSL specific error on failure.
*/
int mbedtls_ssl_export_keying_material(mbedtls_ssl_context *ssl,
uint8_t *out, const size_t key_len,
const char *label, const size_t label_len,
const unsigned char *context, const size_t context_len,
const int use_context);
uint8_t *out, const size_t key_len,
const char *label, const size_t label_len,
const unsigned char *context, const size_t context_len,
const int use_context);
#ifdef __cplusplus
}
#endif