mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-29 18:56:27 +01:00
Fix dependencies on PEM in tests and programs
This commit is contained in:
parent
0f7b619875
commit
f9378d8f11
3 changed files with 27 additions and 7 deletions
|
|
@ -9,7 +9,7 @@
|
|||
* END_DEPENDENCIES
|
||||
*/
|
||||
|
||||
/* BEGIN_CASE */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_PEM_WRITE_C */
|
||||
void pk_write_pubkey_check( char *key_file )
|
||||
{
|
||||
pk_context key;
|
||||
|
|
@ -40,7 +40,7 @@ void pk_write_pubkey_check( char *key_file )
|
|||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_PEM_WRITE_C */
|
||||
void pk_write_key_check( char *key_file )
|
||||
{
|
||||
pk_context key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue