make update
This commit is contained in:
parent
bc9867e672
commit
1f475c1f6f
2 changed files with 26 additions and 1 deletions
25
TABLE
25
TABLE
|
@ -875,6 +875,31 @@ $shared_extension =
|
|||
$ranlib =
|
||||
$arflags =
|
||||
|
||||
*** VC-CE
|
||||
$cc = cl
|
||||
$cflags =
|
||||
$unistd =
|
||||
$thread_cflag =
|
||||
$sys_id = WINCE
|
||||
$lflags =
|
||||
$bn_ops = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
|
||||
$bn_obj =
|
||||
$des_obj =
|
||||
$bf_obj =
|
||||
$md5_obj =
|
||||
$sha1_obj =
|
||||
$cast_obj =
|
||||
$rc4_obj =
|
||||
$rmd160_obj =
|
||||
$rc5_obj =
|
||||
$dso_scheme = win32
|
||||
$shared_target=
|
||||
$shared_cflag =
|
||||
$shared_ldflag =
|
||||
$shared_extension =
|
||||
$ranlib =
|
||||
$arflags =
|
||||
|
||||
*** VC-MSDOS
|
||||
$cc = cl
|
||||
$cflags =
|
||||
|
|
|
@ -530,7 +530,7 @@ dsatest.o: ../include/openssl/ossl_typ.h ../include/openssl/rand.h
|
|||
dsatest.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
dsatest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
dsatest.o: ../include/openssl/ui.h dsatest.c
|
||||
ectest.o: ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
ectest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
ectest.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
||||
ectest.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
||||
ectest.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
||||
|
|
Loading…
Reference in a new issue