~ubuntu-branches/ubuntu/lucid/openssl/lucid-security

« back to all changes in this revision

Viewing changes to config

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-10-02 18:05:00 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20061002180500-y5ux36zvt0fjeiax
Tags: upstream-0.9.8c
ImportĀ upstreamĀ versionĀ 0.9.8c

Show diffs side-by-side

added added

removed removed

Lines of Context:
717
717
                fi
718
718
             fi
719
719
        elif [ $CPU_VERSION -ge 528 ]; then     # PA-RISC 1.1+ CPU
720
 
             OUT="hpux-parisc-${CC}
 
720
             OUT="hpux-parisc-${CC}"
721
721
        elif [ $CPU_VERSION -ge 523 ]; then     # PA-RISC 1.0 CPU
722
 
             OUT="hpux-parisc-${CC}
 
722
             OUT="hpux-parisc-${CC}"
723
723
        else                                    # Motorola(?) CPU
724
724
             OUT="hpux-$CC"
725
725
        fi
794
794
  i386-*) options="$options 386" ;;
795
795
esac
796
796
 
797
 
for i in bf cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 aes ripemd rsa sha
 
797
for i in aes bf camellia cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa sha
798
798
do
799
799
  if [ ! -d crypto/$i ]
800
800
  then