Skip to content

Commit a30200c

Browse files
adsz-nordicnordicjm
authored andcommitted
nrf_security: cracen: ifdef for file inclusion
Changed ifdef for conditional platform keys header file inclusion. It matches the ifdef around the function name that requires the header. Ref: NCSDK-29561 Signed-off-by: Adam Szczygieł <[email protected]>
1 parent 871117e commit a30200c

File tree

1 file changed

+1
-1
lines changed
  • subsys/nrf_security/src/drivers/cracen/cracenpsa/src

1 file changed

+1
-1
lines changed

subsys/nrf_security/src/drivers/cracen/cracenpsa/src/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
#include "common.h"
8-
#ifdef NRF54H_SERIES
8+
#ifdef CONFIG_PSA_NEED_CRACEN_PLATFORM_KEYS
99
#include "platform_keys/platform_keys.h"
1010
#endif
1111

0 commit comments

Comments
 (0)