Commit 206de6b
CRACEN: Avoid "unused function" for RSA helper functions
-Change cracen_ffkey_write_sz and cracen_ffkey_write functions from
static to static inline to avoid "unused functions" warning when these
are not used
See sdk-nrf PR-22619 for details
ref: NCSDK-28901
Signed-off-by: Frank Audun Kvamtrø <[email protected]>1 parent 7599d81 commit 206de6b
File tree
1 file changed
+2
-2
lines changed- subsys/nrf_security/src/drivers/cracen/cracenpsa/src
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments