Skip to content

Commit a4e658f

Browse files
degjorvanordicjm
authored andcommitted
nrf_security: cracen_sw: Set correct include guard
cracen_sw does not use PSA in its include guards. Update include guard to remove PSA. Signed-off-by: Dag Erik Gjørvad <[email protected]>
1 parent feda9df commit a4e658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/nrf_security/src/drivers/cracen/cracen_sw/include/cracen_sw_mac_cmac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66
#ifndef CRACEN_SW_CMAC_H
7-
#define CRACEN_PSA_SW_CMAC_H
7+
#define CRACEN_SW_CMAC_H
88

99
#include <psa/crypto.h>
1010
#include <stdint.h>

0 commit comments

Comments
 (0)