Commit 0dfcda1
Fix OT_DISABLE_HARDENING -Werror,-Wundef error
In file included from lib/crypto/crypto_ipc.c:10:
In file included from external/lowrisc_opentitan+/sw/device/lib/crypto/include/ecc_p256.h:8:
In file included from external/lowrisc_opentitan+/sw/device/lib/crypto/include/datatypes.h:12:
external/lowrisc_opentitan+/sw/device/lib/base/hardened.h:244:37: error: 'OT_DISABLE_HARDENING' is not defined, evaluates to 0 [-Werror,-Wundef]
Signed-off-by: Kor Nielsen <[email protected]>1 parent deb6598 commit 0dfcda1
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
263 | 264 | | |
264 | 265 | | |
265 | 266 | | |
266 | | - | |
| 267 | + | |
| 268 | + | |
267 | 269 | | |
268 | 270 | | |
269 | 271 | | |
| |||
0 commit comments