summaryrefslogtreecommitdiff
path: root/certs/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'certs/common.h')
-rw-r--r--certs/common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/certs/common.h b/certs/common.h
new file mode 100644
index 000000000000..abdb5795936b
--- /dev/null
+++ b/certs/common.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef _CERT_COMMON_H
+#define _CERT_COMMON_H
+
+int load_certificate_list(const u8 cert_list[], const unsigned long list_size,
+ const struct key *keyring);
+
+#endif