Files
mbedtls/ChangeLog.d/fix-rsaalt-test-guards.txt
Dave Rodgman 6b8d42444d Add Changelog
Signed-off-by: Dave Rodgman <[email protected]>
2023-01-20 11:43:01 +00:00

4 lines
157 B
Plaintext

Bugfix
* Fix compile error where MBEDTLS_RSA_C and MBEDTLS_X509_CRT_WRITE_C are
defined, but MBEDTLS_PK_RSA_ALT_SUPPORT is not defined. Fixes #3174.