# To start with $OUT is never i86pc-sun-solaris2. Secondly why
then
# ban *all* assembler implementation if it can't stand only one,
ASM=`as -V /dev/null 2>&1`
# SHA-0 implementation.
case"$ASM"in
#if [ "$OUT" = "i86pc-sun-solaris2" ]
GNU*);;
#then
*)options="$options no-asm";echo"WARNING: You need the GNU assembler to use OpenSSL assembler code.";echo"Sun as is not supported on Solaris x86.";;
# ASM=`as -V /dev/null 2>&1`
esac
# case "$ASM" in
fi
# GNU*) ;;
# *) options="$options no-asm" ; echo "WARNING: You need the GNU assembler to use OpenSSL assembler code." ; echo "Sun as is not supported on Solaris x86." ;;