Commit a5b2ccaa authored by Richard Levitte's avatar Richard Levitte
Browse files

make update (including adjusting libeay.num in HEAD to the changes in the

0.9.7-stable libeay.num
parent 5dd352c9
Loading
Loading
Loading
Loading
+30 −6
Original line number Diff line number Diff line
@@ -3006,7 +3006,7 @@ $cflags = -mv8 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
$bn_obj       = asm/sparcv8.o
$des_obj      = 
@@ -3017,11 +3017,11 @@ $cast_obj =
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 

*** linux-sparcv9
@@ -3030,7 +3030,7 @@ $cflags = -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -W
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = ULTRASPARC
$lflags       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
$bn_obj       = asm/sparcv8plus.o
$des_obj      = 
@@ -3624,6 +3624,30 @@ $shared_ldflag =
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 

*** solaris64-sparcv9-gcc31
$cc           = gcc
$cflags       = -mcpu=ultrasparc -m64 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = ULTRASPARC
$lflags       = -lsocket -lnsl -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
$bn_obj       = 
$des_obj      = 
$bf_obj       = 
$md5_obj      = asm/md5-sparcv9.o
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 

*** sunos-gcc
$cc           = gcc
$cflags       = -O3 -mv8 -Dssize_t=int
+6 −0
Original line number Diff line number Diff line
@@ -2774,3 +2774,9 @@ AES_ctr128_encrypt 3216 EXIST::FUNCTION:AES
AES_cfb128_encrypt                      3217	EXIST::FUNCTION:AES
ENGINE_load_4758cca                     3218	EXIST::FUNCTION:
_ossl_096_des_random_seed               3219	EXIST::FUNCTION:DES
EVP_aes_256_ofb                         3220	EXIST::FUNCTION:AES
EVP_aes_192_ofb                         3221	EXIST::FUNCTION:AES
EVP_aes_128_cfb                         3222	EXIST::FUNCTION:AES
EVP_aes_256_cfb                         3223	EXIST::FUNCTION:AES
EVP_aes_128_ofb                         3224	EXIST::FUNCTION:AES
EVP_aes_192_cfb                         3225	EXIST::FUNCTION:AES