summaryrefslogtreecommitdiffstats
path: root/fips/fips_premain.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/fips_premain.c')
-rw-r--r--fips/fips_premain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fips/fips_premain.c b/fips/fips_premain.c
index c68b464e31..b6ec32db4e 100644
--- a/fips/fips_premain.c
+++ b/fips/fips_premain.c
@@ -140,6 +140,9 @@ void FINGERPRINT_premain(void)
}
#endif
} while(0);
+#if defined(__powerpc__) || defined(__ppc__) || defined(_ARCH_PPC)
+ fips_openssl_cpuid_setup();
+#endif
}
#else