Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-16 | lib: move print_crypto_errors() out of console.c | Gary Lin | |
print_crypto_errors() will pull in the whole openssl library which bloats the size of fallback.efi. Move the function to an independent file (lib/print_crypto.c) to reduce the file size of fallback.efi from 1.3MB to 93KB. Signed-off-by: Gary Lin <glin@suse.com> |