mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Add forgotten #ifdef and depends_on
This commit is contained in:
parent
e707eb6df3
commit
dfab4c1193
3 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,6 @@ depends_on:POLARSSL_ECDSA_C:POLARSSL_ECP_DP_SECP192R1_ENABLED
|
|||
pk_utils:POLARSSL_PK_ECDSA:192:24:"ECDSA"
|
||||
|
||||
PK RSA padding: RSA (ok)
|
||||
depends_on:POLARSSL_RSA_C
|
||||
pk_set_rsa_padding:POLARSSL_PK_RSA:RSA_PKCS_V21:POLARSSL_MD_SHA512:0
|
||||
|
||||
PK RSA padding: ECKEY (error)
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ void pk_utils( int type, int size, int len, char *name )
|
|||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_RSA_C */
|
||||
void pk_set_rsa_padding( int type, int padding, int hash_id, int ret )
|
||||
{
|
||||
pk_context pk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue