--- ./apps/CA.pl Thu Apr 10 16:46:56 2003 +++ ../openssl-0.9.6j/./apps/CA.pl Wed Apr 16 23:14:03 2003 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/bin/perl5 # # CA - wrapper around ca to make it easier to use ... basically ca requires # some setup stuff to be done before you can use it and this makes --- ./apps/der_chop Thu Apr 10 16:46:56 2003 +++ ../openssl-0.9.6j/./apps/der_chop Wed Apr 16 23:14:03 2003 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/bin/perl5 # # der_chop ... this is one total hack that Eric is really not proud of # so don't look at it and don't ask for support --- ./tools/c_rehash Thu Apr 10 16:46:56 2003 +++ ../openssl-0.9.6j/./tools/c_rehash Wed Apr 16 23:14:03 2003 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/bin/perl5 # Perl c_rehash script, scan all files in a directory @@ -6,7 +6,7 @@ my $openssl; -my $dir = "/usr/local/ssl"; +my $dir = "/usr/freeware/lib/openssl"; if(defined $ENV{OPENSSL}) { $openssl = $ENV{OPENSSL}; --- ./Makefile.org Wed Apr 9 02:49:01 2003 +++ ../openssl-0.9.6j/./Makefile.org Wed Apr 16 23:14:03 2003 @@ -408,7 +408,8 @@ libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \ ( set -x; ${CC} ${SHARED_LDFLAGS} \ -shared -o lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ - -Wl,-soname,lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ + -Wl,-soname,lib$$i.so \ + -Wl,-set_version,sgi${SHLIB_MAJOR}.${SHLIB_MINOR} \ -all lib$$i.a $$libs ${EX_LIBS} -lc) || exit 1; \ libs="$$libs -l$$i"; \ done; \ @@ -453,7 +454,7 @@ # Tru64 Unix: -shared \ # -set_version "${SHLIB_VERSION_HISTORY}${SHLIB_VERSION_NUMBER}" # Solaris: -G -h lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} -# Irix: -shared -Wl,-soname,lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} +# Irix: -shared -Wl,-soname,lib$$i.so -Wl,-set_version,sgi${SHLIB_MAJOR}.${SHLIB_MINOR} # HP/UX-32bit: +vnocompatwarnings -b -z +s \ # +h lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR} # HP/UX-64bit: -b -z +h lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR} --- ./Configure Fri Nov 15 05:28:38 2002 +++ ../openssl-0.9.6j/./Configure Wed Apr 16 23:14:03 2003 @@ -195,6 +195,7 @@ # N64 ABI builds. "irix64-mips4-gcc","gcc:-mabi=64 -mips4 -mmips-as -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE::RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG:${mips3_irix_asm}:dlfcn:irix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "irix64-mips4-cc", "cc:-64 -mips4 -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE::RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG:${mips3_irix_asm}:dlfcn:irix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"irix64-mips3-cc", "cc:-64 -mips3 -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE::RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG:${mips3_irix_asm}:dlfcn:irix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", #### Unified HP-UX ANSI C configs. # Special notes: