summaryrefslogtreecommitdiff
path: root/chip/host
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host')
-rw-r--r--chip/host/dcrypto/aes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/host/dcrypto/aes.c b/chip/host/dcrypto/aes.c
index 5c944a0c95..cc57168cbb 100644
--- a/chip/host/dcrypto/aes.c
+++ b/chip/host/dcrypto/aes.c
@@ -5,6 +5,8 @@
#include <openssl/evp.h>
+#define HIDE_EC_STDLIB
+
#include "dcrypto.h"
#include "registers.h"