Fix some missing OBJ_dup failure checks.
[openssl.git] / crypto / ppccap.c
index 50c111ac1c409e7ff4915ffe936ab37780011eda..6a4f4a4c41e9dace194c07393bb255ebc63567ea 100644 (file)
@@ -225,7 +225,7 @@ void OPENSSL_cpuid_setup(void)
         unsigned long hwcap = getauxval(HWCAP);
 
         if (hwcap & HWCAP_FPU) {
-           OPENSSL_ppccap_P |= PPC_FPU;
+            OPENSSL_ppccap_P |= PPC_FPU;
 
             if (sizeof(size_t) == 4) {
                 /* In 32-bit case PPC_FPU64 is always fastest [if option] */