mbedtls/ChangeLog.d/pk-norsa-warning.txt
Gilles Peskine dde67bbb5a Fix a compilation warning in pk.c when PSA is enabled and RSA is disabled
It isn't detected on the CI because we only test this with an ancient Clang
that doesn't warn. Old GCC, modern GCC and modern Clang do
warn (-Wunused-but-set-variable).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-04-29 12:38:16 +02:00

3 lines
87 B
Plaintext

Bugfix
* Fix a compilation warning in pk.c when PSA is enabled and RSA is disabled.