提交 f7939fcd 编写于 作者: G Geoff Thorpe

make update

上级 d531c901
...@@ -1652,21 +1652,21 @@ $arflags = ...@@ -1652,21 +1652,21 @@ $arflags =
*** debug-geoff *** debug-geoff
$cc = gcc $cc = gcc
$cflags = -DBN_DEBUG -DPURIFY -DOPENSSL_NO_DEPRECATED -DL_ENDIAN -DTERMIO -g -ggdb3 -Wall $cflags = -DBN_DEBUG -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -g -ggdb3 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -ldl $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$bn_obj = asm/bn86-elf.o asm/co86-elf.o $bn_obj =
$des_obj = asm/dx86-elf.o asm/yx86-elf.o $des_obj =
$bf_obj = asm/bx86-elf.o $bf_obj =
$md5_obj = asm/mx86-elf.o $md5_obj =
$sha1_obj = asm/sx86-elf.o $sha1_obj =
$cast_obj = asm/cx86-elf.o $cast_obj =
$rc4_obj = asm/rx86-elf.o $rc4_obj =
$rmd160_obj = asm/rm86-elf.o $rmd160_obj =
$rc5_obj = asm/r586-elf.o $rc5_obj =
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
......
...@@ -1104,7 +1104,7 @@ BN_RECP_CTX_set 1131 EXIST::FUNCTION: ...@@ -1104,7 +1104,7 @@ BN_RECP_CTX_set 1131 EXIST::FUNCTION:
BN_mod_mul_reciprocal 1132 EXIST::FUNCTION: BN_mod_mul_reciprocal 1132 EXIST::FUNCTION:
BN_mod_exp_recp 1133 EXIST::FUNCTION: BN_mod_exp_recp 1133 EXIST::FUNCTION:
BN_div_recp 1134 EXIST::FUNCTION: BN_div_recp 1134 EXIST::FUNCTION:
BN_CTX_init 1135 EXIST::FUNCTION: BN_CTX_init 1135 EXIST::FUNCTION:DEPRECATED
BN_MONT_CTX_init 1136 EXIST::FUNCTION: BN_MONT_CTX_init 1136 EXIST::FUNCTION:
RAND_get_rand_method 1137 EXIST::FUNCTION: RAND_get_rand_method 1137 EXIST::FUNCTION:
PKCS7_add_attribute 1138 EXIST::FUNCTION: PKCS7_add_attribute 1138 EXIST::FUNCTION:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册