Use CRYPTO_API() etc. from include/crypto/api.h in preparation for compilation as part of support for FIPS 140 standalone modules. Generated using: ./fipsify.py --config CONFIG_CRYPTO_PCRYPT --source crypto/pcrypt.c Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxxx> --- crypto/pcrypt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/pcrypt.c b/crypto/pcrypt.c index c3a9d4f2995c..b9cf7df64c4e 100644 --- a/crypto/pcrypt.c +++ b/crypto/pcrypt.c @@ -378,8 +378,8 @@ static void __exit pcrypt_exit(void) kset_unregister(pcrypt_kset); } -module_init(pcrypt_init); -module_exit(pcrypt_exit); +crypto_module_init(pcrypt_init); +crypto_module_exit(pcrypt_exit); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Steffen Klassert <steffen.klassert@xxxxxxxxxxx>"); -- 2.39.3