diff options
Diffstat (limited to 'lib/aes/aes-encrypt.c')
-rw-r--r-- | lib/aes/aes-encrypt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/aes/aes-encrypt.c b/lib/aes/aes-encrypt.c index a6d1720f303..e74e35eaa28 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> |