Re: [PATCH 09/14] efi_loader: Make the pkcs7 header parsing function an extern

2020-12-05 Thread Heinrich Schuchardt
On 11/26/20 7:41 PM, Sughosh Ganu wrote: 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 --- include/efi_loader.h

[PATCH 09/14] efi_loader: Make the pkcs7 header parsing function an extern

2020-11-26 Thread Sughosh Ganu
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 --- include/efi_loader.h | 4 ++ lib/efi_loader/efi_signa