commit | 201b8068f35385c1c7794f24d0a3ac427210f241 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Wed Dec 30 19:27:07 2020 +0530 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 31 14:41:31 2020 +0100 |
tree | 074a7b01d6d21174e8a7e6c64c6d0c95c89e722c | |
parent | 65f3fc18fc1e5e79a7991fa0e9e2dc3667af770a [diff] |
efi_loader: Make the pkcs7 header parsing function an extern The pkcs7 header parsing functionality is pretty generic, and can be used by other features like capsule authentication. Make the function an extern, also changing it's name to efi_parse_pkcs7_header Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>