|
@@ -1,117 +1,275 @@
|
|
|
---- openssl-0.9.6g/Configure.orig Sun Dec 29 18:15:47 2002
|
|
|
-+++ openssl-0.9.6g/Configure Sun Dec 29 18:19:18 2002
|
|
|
-@@ -166,18 +166,6 @@
|
|
|
- "debug-solaris-sparcv8-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR:asm/sparcv8.o:::::::::dlfcn:solaris-shared:-KPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
- "debug-solaris-sparcv9-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xtarget=ultra -xarch=v8plus -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC::-D_REENTRANT:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR:asm/sparcv8plus.o:::asm/md5-sparcv8plus.o::::::dlfcn:solaris-shared:-KPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
-
|
|
|
--#### SPARC Linux setups
|
|
|
--"linux-sparcv7","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::",
|
|
|
--# Ray Miller <ray.miller@computing-services.oxford.ac.uk> has patiently
|
|
|
--# assisted with debugging of following two configs.
|
|
|
--"linux-sparcv8","gcc:-mv8 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV2W::-D_REENTRANT:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:asm/sparcv8.o:::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
--# it's a real mess with -mcpu=ultrasparc option under Linux, but
|
|
|
--# -Wa,-Av8plus should do the trick no matter what.
|
|
|
--"linux-sparcv9","gcc:-mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -Wa,-Av8plus -DULTRASPARC -DBN_DIV2W::-D_REENTRANT:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:asm/sparcv8plus.o:::asm/md5-sparcv8plus.o::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
--# !!!Folowing can't be even tested yet!!!
|
|
|
--# We have to wait till 64-bit glibc for SPARC is operational!!!
|
|
|
--#"linux64-sparcv9","sparc64-linux-gcc:-m64 -mcpu=v9 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DULTRASPARC -DBN_DIV2W::-D_REENTRANT::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::::asm/md5-sparcv9.o:",
|
|
|
--
|
|
|
- # Sunos configs, assuming sparc for the gcc one.
|
|
|
- ##"sunos-cc", "cc:-O4 -DNOPROTO -DNOCONST::(unknown)::DES_UNROLL:::",
|
|
|
- "sunos-gcc","gcc:-O3 -mv8 -Dssize_t=int::(unknown)::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1:::",
|
|
|
-@@ -275,9 +263,6 @@
|
|
|
- #### HP MPE/iX http://jazz.external.hp.com/src/openssl/
|
|
|
- "MPE/iX-gcc", "gcc:-D_ENDIAN -DBN_DIV2W -O3 -DMPE -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB::(unknown):-L/SYSLOG/PUB -lsyslog -lsocket -lcurses:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:::",
|
|
|
-
|
|
|
--#### PARISC Linux setups
|
|
|
--"linux-parisc","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV2W::-D_REENTRANT::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::",
|
|
|
--
|
|
|
- # Dec Alpha, OSF/1 - the alpha164-cc is historical, for the conversion
|
|
|
- # from the older DEC C Compiler to the newer compiler. It's now the
|
|
|
- # same as the preferred entry, alpha-cc. If you are still using the
|
|
|
-@@ -313,40 +298,44 @@
|
|
|
- #
|
|
|
- "FreeBSD-alpha","gcc:-DTERMIOS -O -fomit-frame-pointer::(unknown)::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC2::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
-
|
|
|
--#### Alpha Linux with GNU C and Compaq C setups
|
|
|
--# Special notes:
|
|
|
--# - linux-alpha+bwx-gcc is ment to be used from ./config only. If you
|
|
|
--# ought to run './Configure linux-alpha+bwx-gcc' manually, do
|
|
|
--# complement the command line with -mcpu=ev56, -mcpu=ev6 or whatever
|
|
|
--# which is appropriate.
|
|
|
--# - If you use ccc keep in mind that -fast implies -arch host and the
|
|
|
--# compiler is free to issue instructions which gonna make elder CPU
|
|
|
--# choke. If you wish to build "blended" toolkit, add -arch generic
|
|
|
--# *after* -fast and invoke './Configure linux-alpha-ccc' manually.
|
|
|
--#
|
|
|
--# <appro@fy.chalmers.se>
|
|
|
--#
|
|
|
--"linux-alpha-gcc","gcc:-O3 -DL_ENDIAN -DTERMIO::-D_REENTRANT:-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
--"linux-alpha+bwx-gcc","gcc:-O3 -DL_ENDIAN -DTERMIO::-D_REENTRANT:-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
--"linux-alpha-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-D_REENTRANT::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",
|
|
|
--"linux-alpha+bwx-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-D_REENTRANT::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",
|
|
|
--
|
|
|
+--- openssl-0.9.7.orig/Configure
|
|
|
++++ openssl-0.9.7/Configure
|
|
|
+@@ -1,4 +1,4 @@
|
|
|
+-:
|
|
|
++#!/usr/bin/perl
|
|
|
+ eval 'exec perl -S $0 ${1+"$@"}'
|
|
|
+ if $running_under_some_shell;
|
|
|
+ ##
|
|
|
+@@ -373,6 +373,39 @@
|
|
|
# assembler versions -- currently defunct:
|
|
|
- ##"OpenBSD-alpha","gcc:-DTERMIOS -O3 -fomit-frame-pointer::(unknown):SIXTY_FOUR_BIT_LONG DES_INT DES_PTR DES_RISC2:${alpha_asm}",
|
|
|
-
|
|
|
--# The intel boxes :-), It would be worth seeing if bsdi-gcc can use the
|
|
|
--# bn86-elf.o file file since it is hand tweaked assembler.
|
|
|
--"linux-elf", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall::-D_REENTRANT:-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
--"debug-linux-elf","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall::-D_REENTRANT:-lefence -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
--"debug-linux-elf-noefence","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall::-D_REENTRANT:-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn",
|
|
|
--"linux-aout", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall::(unknown)::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}",
|
|
|
--"linux-mipsel", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::(unknown)::BN_LLONG:::",
|
|
|
--"linux-mips", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::(unknown)::BN_LLONG:::",
|
|
|
--"linux-ppc", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
--"linux-m68k", "gcc:-DB_ENDIAN -DTERMIO -O2 -fomit-frame-pointer -Wall::-D_REENTRANT::BN_LLONG::",
|
|
|
--"linux-s390", "gcc:-DB_ENDIAN -DTERMIO -DNO_ASM -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR),\$(SHLIB_MINOR)",
|
|
|
--"linux-s390x", "gcc:-DB_ENDIAN -DTERMIO -DNO_ASM -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:SIXTY_FOUR_BIT_LONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
--"linux-ia64", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK RC4_CHAR:asm/ia64.o:::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
-+
|
|
|
+ ##"OpenBSD-alpha","gcc:-DTERMIOS -O3 -fomit-frame-pointer:::(unknown):SIXTY_FOUR_BIT_LONG DES_INT DES_PTR DES_RISC2:${alpha_asm}",
|
|
|
+
|
|
|
+# Sane Linux configuration values, stolen from the Debian package....
|
|
|
-+"linux-alpha","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:SIXTY_FOUR_BITS DES_INT::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-alpha-ev4","gcc:-DTERMIO -O3 -mcpu=ev4 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:SIXTY_FOUR_BITS DES_INT::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-alpha-ev5","gcc:-DTERMIO -O3 -mcpu=ev5 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:SIXTY_FOUR_BITS DES_INT::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG DES_RISC1::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-freebsd-alpha","gcc:-DTERMIOS -O -fomit-frame-pointer::(unknown)::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC2::::::::::dlfcn:bsd-gcc-shared:-fPIC",
|
|
|
-+"linux-freebsd-i386", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::-pthread -D_REENTRANT -D_THREAD_SAFE -D_THREADSAFE::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-gcc-shared:-fPIC",
|
|
|
-+"linux-hppa","gcc:-DB_ENDIAN -DTERMIO -O2 -Wall::-D_REENTRANT:-ldl:BN_LLONG MD2_CHAR RC4_INDEX::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-hurd-i386","gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486 -Wall::-D_REENTRANT:-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-ia64","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:SIXTY_FOUR_BITS DES_INT BN_LLONG ::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-i386","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-i386-i486","gcc:-DL_ENDIAN -DTERMIO -O3 -march=i486 -mcpu=i486 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-i386-i586","gcc:-DL_ENDIAN -DTERMIO -O3 -march=i586 -mcpu=i586 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-i386-i686","gcc:-DL_ENDIAN -DTERMIO -O3 -march=i686 -mcpu=i686 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-m68k","gcc:-DB_ENDIAN -DTERMIO -O2 -Wall::-D_REENTRANT:-ldl:BN_LLONG MD2_CHAR RC4_INDEX::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-mips", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-mipsel", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-netbsd-i386", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486 -Wall::(unknown)::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::dlfcn:bsd-gcc-shared:-fPIC",
|
|
|
-+"linux-netbsd-m68k", "gcc:-DB_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall::(unknown)::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL::::::::::dlfcn:bsd-gcc-shared:-fPIC",
|
|
|
-+"linux-netbsd-sparc", "gcc:-DB_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -mv8 -Wall::(unknown)::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL::::::::::dlfcn:bsd-gcc-shared:-fPIC",
|
|
|
-+"linux-openbsd-alpha","gcc:-DTERMIOS -O3 -fomit-frame-pointer::(unknown)::SIXTY_FOUR_BIT_LONG DES_INT DES_PTR DES_RISC2::::::::::dlfcn:bsd-gcc-shared:-fPIC",
|
|
|
-+"linux-openbsd-i386", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486::(unknown)::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}:dlfcn:bsd-gcc-shared:-fPIC",
|
|
|
-+"linux-openbsd-mips","gcc:-O2 -DL_ENDIAN::(unknown):BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC2 DES_PTR BF_PTR:::::::::::dlfcn:bsd-gcc-shared:-fPIC",
|
|
|
-+"linux-powerpc","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG DES_UNROLL DES_RISC2 DES_PTR MD2_CHAR RC4_INDEX::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-s390","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-sh3", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-sh4", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-sh3eb", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-sh4eb", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-sparc","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-sparc-v8","gcc:-DB_ENDIAN -DTERMIO -O3 -mcpu=v8 -fomit-frame-pointer -Wall -DBN_DIV2W::-D_REENTRANT:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:asm/sparcv8.o:::::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+"linux-sparc-v9","gcc:-DB_ENDIAN -DTERMIO -O3 -mcpu=v9 -Wa,-Av8plus -fomit-frame-pointer -Wall -DULTRASPARC -DBN_DIV2W::-D_REENTRANT:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:asm/sparcv8plus.o:::asm/md5-sparcv8plus.o::::::dlfcn:linux-shared:-fPIC",
|
|
|
-+
|
|
|
-+
|
|
|
- "NetBSD-sparc", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -mv8 -Wall -DB_ENDIAN::(unknown)::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
- "NetBSD-m68", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall -DB_ENDIAN::(unknown)::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
- "NetBSD-x86", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -m486 -Wall::(unknown)::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
-@@ -364,9 +353,6 @@
|
|
|
-
|
|
|
- # QNX 6
|
|
|
- "qnx6", "cc:-DL_ENDIAN -DTERMIOS::(unknown):-lsocket:${x86_gcc_des} ${x86_gcc_opts}:",
|
|
|
--
|
|
|
--# Linux on ARM
|
|
|
--"linux-elf-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
-
|
|
|
- # UnixWare 2.0x fails destest with -O
|
|
|
- "unixware-2.0","cc:-DFILIO_H::-Kthread:-lsocket -lnsl -lx:${x86_gcc_des} ${x86_gcc_opts}:::",
|
|
|
++"linux-alpha","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-alpha-ev4","gcc:-DTERMIO -O3 -mcpu=ev4 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-alpha-ev5","gcc:-DTERMIO -O3 -mcpu=ev5 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG DES_RISC1::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-freebsd-alpha","gcc:-DTERMIOS -O -fomit-frame-pointer::(unknown):::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC2::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-freebsd-i386", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::-pthread -D_REENTRANT -D_THREAD_SAFE -D_THREADSAFE:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-hppa","gcc:-DB_ENDIAN -DTERMIO -O2 -Wall::-D_REENTRANT::-ldl:BN_LLONG MD2_CHAR RC4_INDEX::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-hurd-i386","gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-ia64","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK RC4_CHAR:asm/ia64.o:::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++#"linux-i386","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::dlfcn:linux-shared:-fPIC",
|
|
|
++"linux-i386","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-i386-i486","gcc:-DL_ENDIAN -DTERMIO -O3 -march=i486 -mcpu=i486 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-i386-i586","gcc:-DL_ENDIAN -DTERMIO -O3 -march=i586 -mcpu=i586 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-i386-i686/cmov","gcc:-DL_ENDIAN -DTERMIO -O3 -march=i686 -mcpu=i686 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-m68k","gcc:-DB_ENDIAN -DTERMIO -O2 -Wall::-D_REENTRANT::-ldl:BN_LLONG MD2_CHAR RC4_INDEX::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-mips", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-mipsel", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-netbsd-i386", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486 -Wall::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-netbsd-m68k", "gcc:-DB_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall::(unknown):::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-netbsd-sparc", "gcc:-DB_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -mv8 -Wall::(unknown):::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-openbsd-alpha","gcc:-DTERMIOS -O3 -fomit-frame-pointer::(unknown):::SIXTY_FOUR_BIT_LONG DES_INT DES_PTR DES_RISC2::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-openbsd-i386", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-openbsd-mips","gcc:-O2 -DL_ENDIAN::(unknown)::BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC2 DES_PTR BF_PTR:::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-powerpc","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG DES_UNROLL DES_RISC2 DES_PTR MD2_CHAR RC4_INDEX::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-s390","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-sh3", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-sh4", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-sh3eb", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-sh4eb", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-sparc","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-sparc-v8","gcc:-DB_ENDIAN -DTERMIO -O3 -mcpu=v8 -fomit-frame-pointer -Wall -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:asm/sparcv8.o:::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
++"linux-sparc-v9","gcc:-DB_ENDIAN -DTERMIO -O3 -mcpu=v9 -Wa,-Av8plus -fomit-frame-pointer -Wall -DULTRASPARC -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:asm/sparcv8plus.o:::asm/md5-sparcv8plus.o::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
+ # The intel boxes :-), It would be worth seeing if bsdi-gcc can use the
|
|
|
+ # bn86-elf.o file file since it is hand tweaked assembler.
|
|
|
+ "linux-elf", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
|
+--- openssl-0.9.7.orig/crypto/md5/asm/md5-sparcv9.S
|
|
|
++++ openssl-0.9.7/crypto/md5/asm/md5-sparcv9.S
|
|
|
+@@ -72,14 +72,14 @@
|
|
|
+ #define Dval R8
|
|
|
+
|
|
|
+ #if defined(MD5_BLOCK_DATA_ORDER)
|
|
|
+-# if defined(OPENSSL_SYSNAME_ULTRASPARC)
|
|
|
++/*# if defined(OPENSSL_SYSNAME_ULTRASPARC)*/
|
|
|
+ # define LOAD lda
|
|
|
+ # define X(i) [%i1+i*4]%asi
|
|
|
+ # define md5_block md5_block_asm_data_order_aligned
|
|
|
+ # define ASI_PRIMARY_LITTLE 0x88
|
|
|
+-# else
|
|
|
++/*# else
|
|
|
+ # error "MD5_BLOCK_DATA_ORDER is supported only on UltraSPARC!"
|
|
|
+-# endif
|
|
|
++# endif*/
|
|
|
+ #else
|
|
|
+ # define LOAD ld
|
|
|
+ # define X(i) [%i1+i*4]
|
|
|
+--- openssl-0.9.7.orig/crypto/md5/md5.h
|
|
|
++++ openssl-0.9.7/crypto/md5/md5.h
|
|
|
+@@ -78,7 +78,7 @@
|
|
|
+
|
|
|
+ #if defined(OPENSSL_SYS_WIN16) || defined(__LP32__)
|
|
|
+ #define MD5_LONG unsigned long
|
|
|
+-#elif defined(OENSSL_SYS_CRAY) || defined(__ILP64__)
|
|
|
++#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
|
|
|
+ #define MD5_LONG unsigned long
|
|
|
+ #define MD5_LONG_LOG2 3
|
|
|
+ /*
|
|
|
+--- openssl-0.9.7.orig/crypto/opensslconf.h
|
|
|
++++ openssl-0.9.7/crypto/opensslconf.h
|
|
|
+@@ -4,17 +4,38 @@
|
|
|
+ /* OpenSSL was configured with the following options: */
|
|
|
+ #ifndef OPENSSL_DOING_MAKEDEPEND
|
|
|
+
|
|
|
++#ifndef OPENSSL_NO_IDEA
|
|
|
++# define OPENSSL_NO_IDEA
|
|
|
++#endif
|
|
|
++#ifndef OPENSSL_NO_MDC2
|
|
|
++# define OPENSSL_NO_MDC2
|
|
|
++#endif
|
|
|
++#ifndef OPENSSL_NO_RC5
|
|
|
++# define OPENSSL_NO_RC5
|
|
|
++#endif
|
|
|
+ #ifndef OPENSSL_NO_KRB5
|
|
|
+ # define OPENSSL_NO_KRB5
|
|
|
+ #endif
|
|
|
+
|
|
|
+ #endif /* OPENSSL_DOING_MAKEDEPEND */
|
|
|
++#ifndef OPENSSL_THREADS
|
|
|
++# define OPENSSL_THREADS
|
|
|
++#endif
|
|
|
+
|
|
|
+ /* The OPENSSL_NO_* macros are also defined as NO_* if the application
|
|
|
+ asks for it. This is a transient feature that is provided for those
|
|
|
+ who haven't had the time to do the appropriate changes in their
|
|
|
+ applications. */
|
|
|
+ #ifdef OPENSSL_ALGORITHM_DEFINES
|
|
|
++# if defined(OPENSSL_NO_IDEA) && !defined(NO_IDEA)
|
|
|
++# define NO_IDEA
|
|
|
++# endif
|
|
|
++# if defined(OPENSSL_NO_MDC2) && !defined(NO_MDC2)
|
|
|
++# define NO_MDC2
|
|
|
++# endif
|
|
|
++# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5)
|
|
|
++# define NO_RC5
|
|
|
++# endif
|
|
|
+ # if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
|
|
|
+ # define NO_KRB5
|
|
|
+ # endif
|
|
|
+@@ -27,7 +48,7 @@
|
|
|
+
|
|
|
+ #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
|
|
|
+ #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
|
|
|
+-#define OPENSSLDIR "/usr/local/ssl"
|
|
|
++#define OPENSSLDIR "/usr/lib/ssl"
|
|
|
+ #endif
|
|
|
+ #endif
|
|
|
+
|
|
|
+@@ -79,7 +100,7 @@
|
|
|
+
|
|
|
+ #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
|
|
|
+ #define CONFIG_HEADER_BN_H
|
|
|
+-#undef BN_LLONG
|
|
|
++#define BN_LLONG
|
|
|
+
|
|
|
+ /* Should we define BN_DIV2W here? */
|
|
|
+
|
|
|
+@@ -98,7 +119,7 @@
|
|
|
+ #define CONFIG_HEADER_RC4_LOCL_H
|
|
|
+ /* if this is defined data[i] is used instead of *data, this is a %20
|
|
|
+ * speedup on x86 */
|
|
|
+-#undef RC4_INDEX
|
|
|
++#define RC4_INDEX
|
|
|
+ #endif
|
|
|
+
|
|
|
+ #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
|
|
|
+@@ -112,14 +133,14 @@
|
|
|
+ /* the following is tweaked from a config script, that is why it is a
|
|
|
+ * protected undef/define */
|
|
|
+ #ifndef DES_PTR
|
|
|
+-#undef DES_PTR
|
|
|
++#define DES_PTR
|
|
|
+ #endif
|
|
|
+
|
|
|
+ /* This helps C compiler generate the correct code for multiple functional
|
|
|
+ * units. It reduces register dependancies at the expense of 2 more
|
|
|
+ * registers */
|
|
|
+ #ifndef DES_RISC1
|
|
|
+-#undef DES_RISC1
|
|
|
++#define DES_RISC1
|
|
|
+ #endif
|
|
|
+
|
|
|
+ #ifndef DES_RISC2
|
|
|
+@@ -133,7 +154,7 @@
|
|
|
+ /* Unroll the inner loop, this sometimes helps, sometimes hinders.
|
|
|
+ * Very mucy CPU dependant */
|
|
|
+ #ifndef DES_UNROLL
|
|
|
+-#undef DES_UNROLL
|
|
|
++#define DES_UNROLL
|
|
|
+ #endif
|
|
|
+
|
|
|
+ /* These default values were supplied by
|
|
|
+--- openssl-0.9.7.orig/crypto/ui/ui_util.c
|
|
|
++++ openssl-0.9.7/crypto/ui/ui_util.c
|
|
|
+@@ -78,12 +78,14 @@
|
|
|
+ if (ui)
|
|
|
+ {
|
|
|
+ ok = UI_add_input_string(ui,prompt,0,buf,0,size-1);
|
|
|
+- if (ok == 0 && verify)
|
|
|
++ if (ok >= 0 && verify)
|
|
|
+ ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
|
|
|
+ buf);
|
|
|
+- if (ok == 0)
|
|
|
++ if (ok >= 0)
|
|
|
+ ok=UI_process(ui);
|
|
|
+ UI_free(ui);
|
|
|
+ }
|
|
|
++ if (ok > 0)
|
|
|
++ ok = 0;
|
|
|
+ return(ok);
|
|
|
+ }
|
|
|
+--- openssl-0.9.7.orig/ssl/ssl_algs.c
|
|
|
++++ openssl-0.9.7/ssl/ssl_algs.c
|
|
|
+@@ -109,3 +109,8 @@
|
|
|
+ return(1);
|
|
|
+ }
|
|
|
+
|
|
|
++#undef SSLeay_add_ssl_algorithms
|
|
|
++int SSLeay_add_ssl_algorithms(void)
|
|
|
++ {
|
|
|
++ return SSL_library_init();
|
|
|
++ }
|
|
|
+--- openssl-0.9.7.orig/tools/c_rehash
|
|
|
++++ openssl-0.9.7/tools/c_rehash
|
|
|
+@@ -1,4 +1,4 @@
|
|
|
+-#!/usr/local/bin/perl
|
|
|
++#!/usr/bin/perl
|
|
|
+
|
|
|
+
|
|
|
+ # Perl c_rehash script, scan all files in a directory
|
|
|
+--- openssl-0.9.7.orig/tools/c_rehash.in
|
|
|
++++ openssl-0.9.7/tools/c_rehash.in
|
|
|
+@@ -1,4 +1,4 @@
|
|
|
+-#!/usr/local/bin/perl
|
|
|
++#!/usr/bin/perl
|
|
|
+
|
|
|
+
|
|
|
+ # Perl c_rehash script, scan all files in a directory
|
|
|
+--- openssl-0.9.7.orig/util/clean-depend.pl
|
|
|
++++ openssl-0.9.7/util/clean-depend.pl
|
|
|
+@@ -1,4 +1,4 @@
|
|
|
+-#!/usr/local/bin/perl -w
|
|
|
++#!/usr/bin/perl
|
|
|
+ # Clean the dependency list in a makefile of standard includes...
|
|
|
+ # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
|
|
|
+
|
|
|
+--- openssl-0.9.7.orig/util/extract-names.pl
|
|
|
++++ openssl-0.9.7/util/extract-names.pl
|
|
|
+@@ -1,4 +1,4 @@
|
|
|
+-#!/usr/bin/perl
|
|
|
++#!/usr/bin/perl
|
|
|
+
|
|
|
+ $/ = ""; # Eat a paragraph at once.
|
|
|
+ while(<STDIN>) {
|
|
|
+--- openssl-0.9.7.orig/util/mkdef.pl
|
|
|
++++ openssl-0.9.7/util/mkdef.pl
|
|
|
+@@ -1,4 +1,4 @@
|
|
|
+-#!/usr/local/bin/perl -w
|
|
|
++#!/usr/bin/perl
|
|
|
+ #
|
|
|
+ # generate a .def file
|
|
|
+ #
|
|
|
+--- openssl-0.9.7.orig/util/mkerr.pl
|
|
|
++++ openssl-0.9.7/util/mkerr.pl
|
|
|
+@@ -1,4 +1,4 @@
|
|
|
+-#!/usr/local/bin/perl -w
|
|
|
++#!/usr/bin/perl
|
|
|
+
|
|
|
+ my $config = "crypto/err/openssl.ec";
|
|
|
+ my $debug = 0;
|
|
|
+--- openssl-0.9.7.orig/util/mkstack.pl
|
|
|
++++ openssl-0.9.7/util/mkstack.pl
|
|
|
+@@ -1,4 +1,4 @@
|
|
|
+-#!/usr/local/bin/perl -w
|
|
|
++#!/usr/bin/perl
|
|
|
+
|
|
|
+ # This is a utility that searches out "DECLARE_STACK_OF()"
|
|
|
+ # declarations in .h and .c files, and updates/creates/replaces
|
|
|
+--- openssl-0.9.7.orig/util/pod2man.pl
|
|
|
++++ openssl-0.9.7/util/pod2man.pl
|
|
|
+@@ -1,4 +1,4 @@
|
|
|
+-: #!/usr/bin/perl-5.005
|
|
|
++#!/usr/bin/perl
|
|
|
+ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
|
|
|
+ if $running_under_some_shell;
|
|
|
+
|
|
|
+--- openssl-0.9.7.orig/util/selftest.pl
|
|
|
++++ openssl-0.9.7/util/selftest.pl
|
|
|
+@@ -1,4 +1,4 @@
|
|
|
+-#!/usr/local/bin/perl -w
|
|
|
++#!/usr/bin/perl
|
|
|
+ #
|
|
|
+ # Run the test suite and generate a report
|
|
|
+ #
|