mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-27 13:36:01 +08:00
Fix coding style
Signed-off-by: Max Fillinger <max@max-fillinger.net>
This commit is contained in:
parent
29beade80f
commit
e10c9849e2
@ -5408,10 +5408,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