diff options
Diffstat (limited to 'os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h')
-rw-r--r-- | os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h index 18e627821..335ce8164 100644 --- a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h +++ b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h @@ -63,7 +63,11 @@ #endif
/**@} */
-
+/*
+ * Wrapper for WOLFSSL
+ * TODO: to remove
+ */
+#define Aes wc_Aes
/**
* @brief SAMA5D2 Family
* @{
|