Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-11 | lib/crypto: use qualified path for x509_parser.h | Heinrich Schuchardt | |
Use the path relative to /include for x509_parser.h in pkcs7_parser.h. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> | |||
2020-05-04 | lib/crypto, efi_loader: move some headers to include/crypto | AKASHI Takahiro | |
Pkcs7_parse.h and x509_parser.h are used in UEFI subsystem, in particular, secure boot. So move them to include/crypto to avoid relative paths. Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Don't include include x509_parser.h twice. Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> |