mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-25 05:51:19 +00:00
Add change log description for Fix #3294
Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
This commit is contained in:
parent
f35069a82d
commit
bc5a754f28
8
ChangeLog.d/bugfix_PR3294.txt
Normal file
8
ChangeLog.d/bugfix_PR3294.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
Bugfix
|
||||||
|
* Add guards in pk_wrap.c to ensure if ECDSA is not defined, errors are
|
||||||
|
returned. Remove warnings in pk.c for unused variables. Add new test
|
||||||
|
(test_depends_pkalgs_psa) to all.sh to confirm when USE_PSA_CRYPTO
|
||||||
|
is defined that features are working properly. Fixes issue reported in
|
||||||
|
#3294 where undefined reference errors occur when using USE_PSA_CRYPTO
|
||||||
|
and removing ECDSA support.
|
||||||
|
|
Loading…
Reference in a new issue