From 66b82f5aadd6aa9cb235ed33477c5891aaf05656 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Tue, 28 Oct 2003 22:10:47 +0000 Subject: make update --- TABLE | 27 ++++++++++++++++++++++++++- crypto/comp/Makefile.ssl | 12 ++++++------ util/libeay.num | 2 ++ util/ssleay.num | 1 + 4 files changed, 35 insertions(+), 7 deletions(-) diff --git a/TABLE b/TABLE index 8fe97d684c..e4492b8973 100644 --- a/TABLE +++ b/TABLE @@ -4250,6 +4250,31 @@ $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) $ranlib = $arflags = +*** vxworks-mipsle +$cc = ccmips +$cflags = -B$(WIND_BASE)/host/$(WIND_HOST_TYPE)/lib/gcc-lib/ -DL_ENDIAN -EL -Wl,-EL -mips2 -mno-branch-likely -G 0 -fno-builtin -msoft-float -DCPU=MIPS32 -DMIPSEL -DNO_STRINGS_H -I$(WIND_BASE)/target/h +$unistd = +$thread_cflag = +$sys_id = VXWORKS +$lflags = -r +$bn_ops = +$bn_obj = +$des_obj = +$bf_obj = +$md5_obj = +$sha1_obj = +$cast_obj = +$rc4_obj = +$rmd160_obj = +$rc5_obj = +$dso_scheme = +$shared_target= +$shared_cflag = +$shared_ldflag = +$shared_extension = +$ranlib = ranlibmips +$arflags = + *** vxworks-ppc405 $cc = ccppc $cflags = -g -msoft-float -mlongcall -DCPU=PPC405 -I$(WIND_BASE)/target/h @@ -4327,7 +4352,7 @@ $arflags = *** vxworks-ppc860 $cc = ccppc -$cflags = -g -msoft-float -DCPU=PPC860 -DNO_STRINGS_H -I$(WIND_BASE)/target/h +$cflags = -nostdinc -msoft-float -DCPU=PPC860 -DNO_STRINGS_H -I$(WIND_BASE)/target/h $unistd = $thread_cflag = $sys_id = VXWORKS diff --git a/crypto/comp/Makefile.ssl b/crypto/comp/Makefile.ssl index 5db2412f98..f60c7a1afc 100644 --- a/crypto/comp/Makefile.ssl +++ b/crypto/comp/Makefile.ssl @@ -91,12 +91,12 @@ c_rle.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h c_rle.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h c_rle.c c_zlib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h c_zlib.o: ../../include/openssl/bn.h ../../include/openssl/comp.h -c_zlib.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h -c_zlib.o: ../../include/openssl/e_os2.h ../../include/openssl/obj_mac.h -c_zlib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h -c_zlib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h -c_zlib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -c_zlib.o: ../../include/openssl/symhacks.h c_zlib.c +c_zlib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +c_zlib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h +c_zlib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h +c_zlib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h +c_zlib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h +c_zlib.o: c_zlib.c comp_err.o: ../../include/openssl/bio.h ../../include/openssl/comp.h comp_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h comp_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h diff --git a/util/libeay.num b/util/libeay.num index 6151f6274a..dac56a70db 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -3146,3 +3146,5 @@ DSO_merge 3574 EXIST::FUNCTION: EC_POINT_hex2point 3575 EXIST::FUNCTION:EC BN_GF2m_mod_inv_arr 3576 EXIST::FUNCTION: ENGINE_unregister_ECDSA 3577 EXIST::FUNCTION:ENGINE +PKCS7_set_digest 3578 EXIST::FUNCTION: +PKCS7_set0_type_other 3579 EXIST::FUNCTION: diff --git a/util/ssleay.num b/util/ssleay.num index 1cba37173e..c2a4909f11 100755 --- a/util/ssleay.num +++ b/util/ssleay.num @@ -222,3 +222,4 @@ SSL_COMP_get_compression_method 271 EXIST::FUNCTION:COMP SSL_COMP_get_name 272 EXIST::FUNCTION: SSL_get_current_expansion 273 EXIST::FUNCTION: SSL_get_current_compression 274 EXIST::FUNCTION: +SSL_COMP_get_compression_methods 275 EXIST::FUNCTION: -- cgit v1.2.3