diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-28 07:59:43 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-28 07:59:56 -0500 |
commit | 880f3ee4f52ab622b15c16cceb683083a3ebbe54 (patch) | |
tree | 39a71127dea6826883d0316dae3838a0644e9aa4 /lib/ecdsa | |
parent | c9964879ab2a5db91d403a53cf243f753011f3de (diff) | |
parent | d241d2c879ec2754ca93f4c5d623b82f75f7d1ce (diff) |
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/ecdsa')
-rw-r--r-- | lib/ecdsa/ecdsa-libcrypto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ecdsa/ecdsa-libcrypto.c b/lib/ecdsa/ecdsa-libcrypto.c index 1757a14562..ae6dfa0ba9 100644 --- a/lib/ecdsa/ecdsa-libcrypto.c +++ b/lib/ecdsa/ecdsa-libcrypto.c @@ -18,6 +18,8 @@ * Copyright (c) 2020,2021, Alexandru Gagniuc <mr.nuke.me@gmail.com> */ +#define OPENSSL_API_COMPAT 0x10101000L + #include <u-boot/ecdsa.h> #include <u-boot/fdt-libcrypto.h> #include <openssl/ssl.h> |