summaryrefslogtreecommitdiff
path: root/lib/aes/aes-encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/aes/aes-encrypt.c')
-rw-r--r--lib/aes/aes-encrypt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/aes/aes-encrypt.c b/lib/aes/aes-encrypt.c
index a6d1720f30..e74e35eaa2 100644
--- a/lib/aes/aes-encrypt.c
+++ b/lib/aes/aes-encrypt.c
@@ -2,6 +2,9 @@
/*
* Copyright (c) 2019,Softathome
*/
+
+#define OPENSSL_API_COMPAT 0x10101000L
+
#include "mkimage.h"
#include <stdio.h>
#include <string.h>