diff --git a/crypto/fips140-module.c b/crypto/fips140-module.c index 3738ec94d2ce..8d8e723816d9 100644 --- a/crypto/fips140-module.c +++ b/crypto/fips140-module.c @@ -152,6 +152,8 @@ static void __init unregister_existing_fips140_algos(void) * transformations. We will swap these out * later with integrity checked versions. */ + pr_info("found already-live algorithm '%s' ('%s')\n", + alg->cra_name, alg->cra_driver_name); list_move(&alg->cra_list, &unchecked_fips140_algos); }