don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()
[oweals/openssl.git] / config
diff --git a/config b/config
index d7724a5b3f39a7cf5b63e5308779573fa2ca93c0..039b7c9bd48d75be24dfc25e3bee1757406ebfa1 100755 (executable)
--- a/config
+++ b/config
@@ -748,7 +748,7 @@ case "$GUESSOS" in
                fi
            fi
        fi
-       if (lsattr -E -O -l proc0 | grep -i powerpc) >/dev/null 2>&1; then
+       if (lsattr -E -O -l `lsdev -c processor|awk '{print$1;exit}'` | grep -i powerpc) >/dev/null 2>&1; then
            :   # this applies even to Power3 and later, as they return PowerPC_POWER[345]
        else
            options="$options no-asm"