make update
authorGeoff Thorpe <geoff@openssl.org>
Wed, 20 Feb 2002 08:33:55 +0000 (08:33 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 20 Feb 2002 08:33:55 +0000 (08:33 +0000)
TABLE
crypto/aes/Makefile.ssl
util/libeay.num

diff --git a/TABLE b/TABLE
index c211c0f44977881ed27c02c8ace965ced19e9532..6ba53ec53e2919de2439c24fdee074621a474b34 100644 (file)
--- 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       = 
index 099bf0dd28731482f3c857143fbc112b0a0a6547..a20686daddc2733f2eb3f6231f7b6573ceae8a2f 100644 (file)
@@ -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
index 837d7d0602b52eaa8402b55ed86c1375689697c1..238dc1fc1f29a5d10c52e2a541f0a7b6642546d3 100755 (executable)
@@ -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