mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01:00
Fix typo in test dependency
This commit is contained in:
parent
d35e191434
commit
a0d758b917
2 changed files with 1 additions and 5 deletions
|
|
@ -507,7 +507,7 @@ void rsa_check_privkey( int mod, int radix_P, char *input_P, int radix_Q,
|
|||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:POLARSSL_CTR_CRBG_C:POLARSSL_ENTROPY_C */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_CTR_DRBG_C:POLARSSL_ENTROPY_C */
|
||||
void rsa_gen_key( int nrbits, int exponent, int result)
|
||||
{
|
||||
rsa_context ctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue