mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-16 15:02:16 +01:00
lib/crypto: use qualified path for x509_parser.h
Use the path relative to /include for x509_parser.h in pkcs7_parser.h. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
4a9146c295
commit
b9f217a4cb
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#include <linux/oid_registry.h>
|
#include <linux/oid_registry.h>
|
||||||
#include <crypto/pkcs7.h>
|
#include <crypto/pkcs7.h>
|
||||||
#include "x509_parser.h"
|
#include <crypto/x509_parser.h>
|
||||||
|
|
||||||
#define kenter(FMT, ...) \
|
#define kenter(FMT, ...) \
|
||||||
pr_devel("==> %s("FMT")\n", __func__, ##__VA_ARGS__)
|
pr_devel("==> %s("FMT")\n", __func__, ##__VA_ARGS__)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user