mbedtls/ChangeLog.d/pk-norsa-warning.txt
Gilles Peskine b69757ab61 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-05-14 12:06:20 +02:00

3 lines
87 B
Plaintext

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