summaryrefslogtreecommitdiff
path: root/include/crypto/arc4.h
blob: 30e582d2be789991425d095eb5fe49a15706eeac (plain)
1
2
3
4
5
6
7
8
9
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 */