mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
Fix some more depend issues
This commit is contained in:
parent
387a211fad
commit
4fee79b885
20 changed files with 638 additions and 611 deletions
|
|
@ -61,7 +61,7 @@ void pk_parse_public_keyfile_rsa( char *key_file, int result )
|
|||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:POLARSSL_FS_IO */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_FS_IO:POLARSSL_ECP_C */
|
||||
void pk_parse_public_keyfile_ec( char *key_file, int result )
|
||||
{
|
||||
pk_context ctx;
|
||||
|
|
@ -85,7 +85,7 @@ void pk_parse_public_keyfile_ec( char *key_file, int result )
|
|||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:POLARSSL_FS_IO */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_FS_IO:POLARSSL_ECP_C */
|
||||
void pk_parse_keyfile_ec( char *key_file, char *password, int result )
|
||||
{
|
||||
pk_context ctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue