mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-11-23 08:54:53 +00:00
The programs assume that including "pk.h" brings up "bignum.h". When MBEDTLS_USE_TINYCRYPT is enabled and MBEDTLS_RSA_C is disabled, that assumption no longer holds. Fix that by explicitly including bignum.h from the programs that need it. This is a bug pre-existing to this PR, fixed here to enable the inclusion of a test with a config that happens to reveal it. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| dh_client.c | ||
| dh_genprime.c | ||
| dh_prime.txt | ||
| dh_server.c | ||
| ecdh_curve25519.c | ||
| ecdsa.c | ||
| gen_key.c | ||
| key_app.c | ||
| key_app_writer.c | ||
| mpi_demo.c | ||
| pk_decrypt.c | ||
| pk_encrypt.c | ||
| pk_sign.c | ||
| pk_verify.c | ||
| rsa_decrypt.c | ||
| rsa_encrypt.c | ||
| rsa_genkey.c | ||
| rsa_priv.txt | ||
| rsa_pub.txt | ||
| rsa_sign.c | ||
| rsa_sign_pss.c | ||
| rsa_verify.c | ||
| rsa_verify_pss.c | ||