From 5b2d6ff07e5736d46f8a9334cc79abfa70be5279 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Wed, 20 Feb 2002 08:33:55 +0000 Subject: [PATCH] make update --- TABLE | 32 ++++++++++++++++++++++++++++---- crypto/aes/Makefile.ssl | 6 ++++++ util/libeay.num | 3 +++ 3 files changed, 37 insertions(+), 4 deletions(-) diff --git a/TABLE b/TABLE index c211c0f449..6ba53ec53e 100644 --- a/TABLE +++ b/TABLE @@ -2825,10 +2825,10 @@ $cast_obj = $rc4_obj = $rmd160_obj = $rc5_obj = -$dso_scheme = -$shared_target= -$shared_cflag = -$shared_ldflag = +$dso_scheme = dlfcn +$shared_target= linux-shared +$shared_cflag = -fPIC +$shared_ldflag = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) $shared_extension = $ranlib = @@ -3695,3 +3695,27 @@ $shared_cflag = -Kpic $shared_ldflag = $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) $ranlib = + +*** vxworks-ppc405 +$cc = ccppc +$cflags = -g -msoft-float -mlongcall -DCPU=PPC405 -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 = diff --git a/crypto/aes/Makefile.ssl b/crypto/aes/Makefile.ssl index 099bf0dd28..a20686dadd 100644 --- a/crypto/aes/Makefile.ssl +++ b/crypto/aes/Makefile.ssl @@ -88,10 +88,16 @@ clean: aes_cbc.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h aes_cbc.o: ../../include/openssl/opensslconf.h aes_cbc.c aes_locl.h +aes_cfb.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h +aes_cfb.o: ../../include/openssl/opensslconf.h aes_cfb.c aes_locl.h aes_core.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h aes_core.o: ../../include/openssl/opensslconf.h aes_core.c aes_locl.h +aes_ctr.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h +aes_ctr.o: ../../include/openssl/opensslconf.h aes_ctr.c aes_locl.h aes_ecb.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h aes_ecb.o: ../../include/openssl/opensslconf.h aes_ecb.c aes_locl.h aes_misc.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h aes_misc.o: ../../include/openssl/opensslconf.h aes_misc.o: ../../include/openssl/opensslv.h aes_locl.h aes_misc.c +aes_ofb.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h +aes_ofb.o: ../../include/openssl/opensslconf.h aes_locl.h aes_ofb.c diff --git a/util/libeay.num b/util/libeay.num index 837d7d0602..238dc1fc1f 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -2832,3 +2832,6 @@ ECDSA_generate_key 3278 EXIST::FUNCTION:ECDSA PEM_write_ECDSAParameters 3279 EXIST:!WIN16:FUNCTION:ECDSA i2d_ECDSAPrivateKey_fp 3280 EXIST::FUNCTION:ECDSA,FP_API PEM_read_ECDSAPrivateKey 3281 EXIST:!WIN16:FUNCTION:ECDSA +AES_ofb128_encrypt 3282 EXIST::FUNCTION:AES +AES_ctr128_encrypt 3283 EXIST::FUNCTION:AES +AES_cfb128_encrypt 3284 EXIST::FUNCTION:AES -- GitLab