mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00:00
Fix some more depend issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user