We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1eabc2 commit 3257880Copy full SHA for 3257880
src/flash_otp_keystore.c
@@ -28,7 +28,7 @@
28
#include "keystore.h"
29
#include "hal.h"
30
31
-#ifdef FLASH_OTP_ROT
+#if defined(FLASH_OTP_ROT) && !defined(WOLFBOOT_NO_SIGN)
32
33
#ifdef TARGET_stm32h7
34
#include "hal/stm32h7.h"
@@ -125,4 +125,4 @@ uint32_t keystore_get_key_type(int id)
125
126
#endif /* Keystore public key size check */
127
128
-#endif /* FLASH_OTP_ROT */
+#endif /* FLASH_OTP_ROT && !WOLFBOOT_NO_SIGN */
0 commit comments