Commit 7bfbd35
[nrf fromlist] zephyr: Fixing Kconfig dependency for SHA512
The SHA512_ALLOW Kconfig has been added to allow signature
algorithms to select which SHA they support. Unfortunately
it has been given dependency on PSA crypto, which now is problematic
because if signature algorithm wants to indicate that it allows
SHA512 it immediately becomes dependent on PSA crypto.
The commit removes the dependency.
Upstream PR: mcu-tools/mcuboot#2088
Signed-off-by: Dominik Ermel <[email protected]>1 parent 94212b4 commit 7bfbd35
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
| |||
0 commit comments