summaryrefslogtreecommitdiff
path: root/lib/aes/aes-encrypt.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-28 15:59:43 +0300
committerTom Rini <trini@konsulko.com>2021-12-28 15:59:56 +0300
commit880f3ee4f52ab622b15c16cceb683083a3ebbe54 (patch)
tree39a71127dea6826883d0316dae3838a0644e9aa4 /lib/aes/aes-encrypt.c
parentc9964879ab2a5db91d403a53cf243f753011f3de (diff)
parentd241d2c879ec2754ca93f4c5d623b82f75f7d1ce (diff)
downloadu-boot-880f3ee4f52ab622b15c16cceb683083a3ebbe54.tar.xz
Merge tag 'efi-2022-01-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-01-rc4-4 UEFI: * allow for more than 16 KiB UEFI variable size when using StMM Others: * make watchdog sysreset compatible with separate poweroff driver * avoid OpenSSL deprecation warnings
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>