summaryrefslogtreecommitdiff
path: root/include/crypto/public_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/public_key.h')
-rw-r--r--include/crypto/public_key.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h
new file mode 100644
index 0000000..35c0b37
--- /dev/null
+++ b/include/crypto/public_key.h
@@ -0,0 +1,6 @@
+/* Automatically created during backport process */
+#ifndef CPTCFG_BPAUTO_PUBLIC_KEY
+#include_next <crypto/public_key.h>
+#else
+#include <crypto/backport-public_key.h>
+#endif /* CPTCFG_BPAUTO_PUBLIC_KEY */