make update
This commit is contained in:
parent
d7227da9a8
commit
39ebb51bba
48
TABLE
48
TABLE
@ -120,6 +120,30 @@ $shared_ldflag =
|
|||||||
$shared_extension =
|
$shared_extension =
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
|
*** DJGPP
|
||||||
|
$cc = gcc
|
||||||
|
$cflags = -I/dev/env/DJDIR/watt32/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall
|
||||||
|
$unistd =
|
||||||
|
$thread_cflag =
|
||||||
|
$sys_id = MSDOS
|
||||||
|
$lflags = -L/watt32/lib -lwatt
|
||||||
|
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
|
||||||
|
$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 =
|
||||||
|
|
||||||
*** FreeBSD
|
*** FreeBSD
|
||||||
$cc = gcc
|
$cc = gcc
|
||||||
$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
|
$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
|
||||||
@ -792,6 +816,30 @@ $shared_ldflag =
|
|||||||
$shared_extension =
|
$shared_extension =
|
||||||
$ranlib =
|
$ranlib =
|
||||||
|
|
||||||
|
*** UWIN
|
||||||
|
$cc = cc
|
||||||
|
$cflags = -DTERMIOS -DL_ENDIAN -O -Wall
|
||||||
|
$unistd =
|
||||||
|
$thread_cflag =
|
||||||
|
$sys_id = UWIN
|
||||||
|
$lflags =
|
||||||
|
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL 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 =
|
||||||
|
|
||||||
*** VC-MSDOS
|
*** VC-MSDOS
|
||||||
$cc = cl
|
$cc = cl
|
||||||
$cflags =
|
$cflags =
|
||||||
|
@ -701,7 +701,7 @@ bn_mul_words 707 EXIST::FUNCTION:
|
|||||||
BN_uadd 708 EXIST::FUNCTION:
|
BN_uadd 708 EXIST::FUNCTION:
|
||||||
BN_usub 709 EXIST::FUNCTION:
|
BN_usub 709 EXIST::FUNCTION:
|
||||||
bn_sqr_words 710 EXIST::FUNCTION:
|
bn_sqr_words 710 EXIST::FUNCTION:
|
||||||
_ossl_old_crypt 711 EXIST:!NeXT,!PERL5,!__FreeBSD__:FUNCTION:DES
|
_ossl_old_crypt 711 EXIST:!NeXT,!PERL5:FUNCTION:DES
|
||||||
d2i_ASN1_BIT_STRING 712 EXIST::FUNCTION:
|
d2i_ASN1_BIT_STRING 712 EXIST::FUNCTION:
|
||||||
d2i_ASN1_BOOLEAN 713 EXIST::FUNCTION:
|
d2i_ASN1_BOOLEAN 713 EXIST::FUNCTION:
|
||||||
d2i_ASN1_HEADER 714 EXIST::FUNCTION:
|
d2i_ASN1_HEADER 714 EXIST::FUNCTION:
|
||||||
@ -2780,3 +2780,7 @@ EVP_aes_128_cfb 3222 EXIST::FUNCTION:AES
|
|||||||
EVP_aes_256_cfb 3223 EXIST::FUNCTION:AES
|
EVP_aes_256_cfb 3223 EXIST::FUNCTION:AES
|
||||||
EVP_aes_128_ofb 3224 EXIST::FUNCTION:AES
|
EVP_aes_128_ofb 3224 EXIST::FUNCTION:AES
|
||||||
EVP_aes_192_cfb 3225 EXIST::FUNCTION:AES
|
EVP_aes_192_cfb 3225 EXIST::FUNCTION:AES
|
||||||
|
CONF_modules_free 3226 EXIST::FUNCTION:
|
||||||
|
NCONF_default 3227 EXIST::FUNCTION:
|
||||||
|
OPENSSL_no_config 3228 EXIST::FUNCTION:
|
||||||
|
NCONF_WIN32 3229 EXIST::FUNCTION:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user