Commit f61f14a
committed
net: openthread: make CONFIG_OPENTHREAD_NRF_SECURITY_PSA enable Mbed TLS
In some scenarios we would get an undefined reference to
mbedtls_debug_set_threshold() because Mbed TLS wouldn't be compiled in.
The proper fix for this would be to #ifdef out the use of this function
if it is the only undefined reference.
Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>1 parent 92e68e9 commit f61f14a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments