OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
30-Aug-2007 10:09:13
Branch: HEAD Handle:
2007083009091101
Modified files:
openssl Configure TABLE
Log:
Unify RC4 settings among darwin platforms.
Summary:
Revision Changes Path
1.571 +1 -1 openssl/Configure
1.233 +1 -1 openssl/TABLE
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/Configure
============================================================
================
$ cvs diff -u -r1.570 -r1.571 Configure
--- openssl/Configure 30 Aug 2007 07:54:23 -0000 1.570
+++ openssl/Configure 30 Aug 2007 08:09:11 -0000 1.571
 -515,7 +515,7 
"darwin-ppc-cc","cc:-arch ppc -O3
-DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_
LLONG RC4_CHAR RC4_CHUNK DES_UNROLL
BF_PTR:ppccpuid_osx32.o:osx_ppc32.o
osx_ppc32-mont.o:::::sha1-ppc_osx32.o
sha256-ppc_osx32.o:::::::dlfcn:darwin-shared:-fPIC
-fno-common:-arch ppc
-dynamiclib:.$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib",
"darwin64-ppc-cc","cc:-arch ppc64 -O3
-DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIX
TY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL
BF_PTR:ppccpuid_osx64.o:osx_ppc64.o
osx_ppc64-mont.o:::::sha1-ppc_osx64.o sha256-ppc_osx64.o
sha512-ppc_osx64.o:::::::dlfcn:darwin-shared:-fPIC
-fno-common:-arch ppc64
-dynamiclib:.$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib",
"darwin-i386-cc","cc:-arch i386 -O3
-fomit-frame-pointer
-DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_
LLONG RC4_CHAR RC4_CHUNK DES_UNROLL
BF_PTR:$:dlfcn:darwin-shared:-fPIC -fno-common:-arch
i386
-dynamiclib:.$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib",
-"darwin64-x86_64-cc","cc:-arch x86_64 -O3
-fomit-frame-pointer -DL_ENDIAN -DMD32_REG_T=int
-Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FO
UR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT
DES_UNROLL:$:dlfcn:darwin-shared:-fPIC
-fno-common:-arch x86_64
-dynamiclib:.$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib",
+"darwin64-x86_64-cc","cc:-arch x86_64 -O3
-fomit-frame-pointer -DL_ENDIAN -DMD32_REG_T=int
-Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FO
UR_BIT_LONG RC4_CHAR RC4_CHUNK BF_PTR2 DES_INT
DES_UNROLL:$:dlfcn:darwin-shared:-fPIC
-fno-common:-arch x86_64
-dynamiclib:.$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib",
"debug-darwin-ppc-cc","cc:-DBN_DEBUG
-DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall
-O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK
DES_UNROLL BF_PTR::osx_ppc32.o
osx_ppc32-mont.o:::::sha1-ppc_osx32.o:::::::dlfcn:darwin-sha
red:-fPIC:-dynamiclib:.$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
",
##### A/UX
 .
patch -p0 <<' .'
Index: openssl/TABLE
============================================================
================
$ cvs diff -u -r1.232 -r1.233 TABLE
--- openssl/TABLE 30 Aug 2007 07:54:23 -0000 1.232
+++ openssl/TABLE 30 Aug 2007 08:09:12 -0000 1.233
 -1167,7 +1167,7 
$thread_cflag = -D_REENTRANT
$sys_id = MACOSX
$lflags = -Wl,-search_paths_first%
-$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2
DES_INT DES_UNROLL
+$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK
BF_PTR2 DES_INT DES_UNROLL
$cpuid_obj =
$bn_obj =
$des_obj =
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|