Merge tag 'kvm-x86-selftests-6.6-fixes' of https://github.com/kvm-x86/linux into...
[platform/kernel/linux-rpi.git] / crypto / kpp.c
index 74f2e8e..33d44e5 100644 (file)
@@ -96,7 +96,7 @@ static const struct crypto_type crypto_kpp_type = {
 #ifdef CONFIG_PROC_FS
        .show = crypto_kpp_show,
 #endif
-#ifdef CONFIG_CRYPTO_USER
+#if IS_ENABLED(CONFIG_CRYPTO_USER)
        .report = crypto_kpp_report,
 #endif
 #ifdef CONFIG_CRYPTO_STATS