mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-13 17:15:25 -04:00
Fix warning in some configurations
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
6ff9ef56a5
commit
609ab6478b
@ -1010,6 +1010,11 @@ static int pk_parse_key_pkcs8_unencrypted_der(
|
|||||||
mbedtls_pk_type_t pk_alg = MBEDTLS_PK_NONE;
|
mbedtls_pk_type_t pk_alg = MBEDTLS_PK_NONE;
|
||||||
const mbedtls_pk_info_t *pk_info;
|
const mbedtls_pk_info_t *pk_info;
|
||||||
|
|
||||||
|
#if !defined(MBEDTLS_ECP_C)
|
||||||
|
(void) f_rng;
|
||||||
|
(void) p_rng;
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This function parses the PrivateKeyInfo object (PKCS#8 v1.2 = RFC 5208)
|
* This function parses the PrivateKeyInfo object (PKCS#8 v1.2 = RFC 5208)
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user