mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-27 05:28:45 +08:00
Fix coding style
Signed-off-by: Max Fillinger <max@max-fillinger.net>
This commit is contained in:
parent
0118293e23
commit
c48e9e0004
@ -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.
|
* \return 0 on success. An SSL specific error on failure.
|
||||||
*/
|
*/
|
||||||
int mbedtls_ssl_export_keying_material(mbedtls_ssl_context *ssl,
|
int mbedtls_ssl_export_keying_material(mbedtls_ssl_context *ssl,
|
||||||
uint8_t *out, const size_t key_len,
|
uint8_t *out, const size_t key_len,
|
||||||
const char *label, const size_t label_len,
|
const char *label, const size_t label_len,
|
||||||
const unsigned char *context, const size_t context_len,
|
const unsigned char *context, const size_t context_len,
|
||||||
const int use_context);
|
const int use_context);
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user