summaryrefslogtreecommitdiff
path: root/include/crypto/arc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/arc4.h')
-rw-r--r--include/crypto/arc4.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/crypto/arc4.h b/include/crypto/arc4.h
new file mode 100644
index 0000000..30e582d
--- /dev/null
+++ b/include/crypto/arc4.h
@@ -0,0 +1,10 @@
+/* Automatically created during backport process */
+#ifndef CPTCFG_BPAUTO_BUILD_CRYPTO_LIB_ARC4
+#include_next <crypto/arc4.h>
+#else
+#undef arc4_setkey
+#define arc4_setkey LINUX_BACKPORT(arc4_setkey)
+#undef arc4_crypt
+#define arc4_crypt LINUX_BACKPORT(arc4_crypt)
+#include <crypto/backport-arc4.h>
+#endif /* CPTCFG_BPAUTO_BUILD_CRYPTO_LIB_ARC4 */