Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
af67804b
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
大约 1 年 前同步成功
通知
9
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
af67804b
编写于
11月 14, 2002
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
make update
上级
35a6db86
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
43 addition
and
13 deletion
+43
-13
TABLE
TABLE
+30
-5
crypto/ec/Makefile.ssl
crypto/ec/Makefile.ssl
+1
-0
crypto/ecdh/Makefile.ssl
crypto/ecdh/Makefile.ssl
+6
-4
crypto/ecdsa/Makefile.ssl
crypto/ecdsa/Makefile.ssl
+6
-4
未找到文件。
TABLE
浏览文件 @
af67804b
...
...
@@ -77,7 +77,7 @@ $arflags =
*** Cygwin
$cc = gcc
$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m
arch=
486 -Wall
$unistd =
$thread_cflag =
$sys_id = CYGWIN32
...
...
@@ -127,11 +127,11 @@ $arflags =
*** DJGPP
$cc = gcc
$cflags = -I/dev/env/
DJDIR/watt32
/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall
$cflags = -I/dev/env/
WATT_ROOT
/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall
$unistd =
$thread_cflag =
$sys_id = MSDOS
$lflags = -L/dev/env/
DJDIR/watt32
/lib -lwatt
$lflags = -L/dev/env/
WATT_ROOT
/lib -lwatt
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$bn_obj =
$des_obj =
...
...
@@ -1102,7 +1102,7 @@ $arflags =
*** aix43-gcc
$cc = gcc
$cflags = -O
3
-DAIX -DB_ENDIAN
$cflags = -O
1
-DAIX -DB_ENDIAN
$unistd =
$thread_cflag = (unknown)
$sys_id =
...
...
@@ -3930,7 +3930,7 @@ $cc = gcc
$cflags = -O3 -mv8 -Dssize_t=int
$unistd =
$thread_cflag = (unknown)
$sys_id =
$sys_id =
SUNOS
$lflags =
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1
$bn_obj =
...
...
@@ -3950,6 +3950,31 @@ $shared_extension =
$ranlib =
$arflags =
*** tandem-c89
$cc = c89
$cflags = -Ww -D__TANDEM -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -D_TANDEM_SOURCE -DB_ENDIAN
$unistd =
$thread_cflag = (unknown)
$sys_id =
$lflags =
$bn_ops = THIRTY_TWO_BIT
$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 =
$arflags =
*** ultrix-cc
$cc = cc
$cflags = -std1 -O -Olimit 1000 -DL_ENDIAN
...
...
crypto/ec/Makefile.ssl
浏览文件 @
af67804b
...
...
@@ -100,6 +100,7 @@ ec2_smpl.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h
ec2_smpl.o
:
../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
ec2_smpl.o
:
../../include/openssl/safestack.h ../../include/openssl/stack.h
ec2_smpl.o
:
../../include/openssl/symhacks.h ec2_smpl.c ec2_smpt.c ec_lcl.h
ec2_smpt.o
:
ec2_smpt.c
ec_asn1.o
:
../../include/openssl/asn1.h ../../include/openssl/asn1t.h
ec_asn1.o
:
../../include/openssl/bio.h ../../include/openssl/bn.h
ec_asn1.o
:
../../include/openssl/crypto.h ../../include/openssl/e_os2.h
...
...
crypto/ecdh/Makefile.ssl
浏览文件 @
af67804b
...
...
@@ -80,10 +80,12 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
ech_err.o
:
../../include/openssl/bio.h ../../include/openssl/crypto.h
ech_err.o
:
../../include/openssl/e_os2.h ../../include/openssl/ecdh.h
ech_err.o
:
../../include/openssl/err.h ../../include/openssl/lhash.h
ech_err.o
:
../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
ech_err.o
:
../../include/openssl/asn1.h ../../include/openssl/bio.h
ech_err.o
:
../../include/openssl/bn.h ../../include/openssl/crypto.h
ech_err.o
:
../../include/openssl/e_os2.h ../../include/openssl/ec.h
ech_err.o
:
../../include/openssl/ecdh.h ../../include/openssl/err.h
ech_err.o
:
../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
ech_err.o
:
../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
ech_err.o
:
../../include/openssl/safestack.h ../../include/openssl/stack.h
ech_err.o
:
../../include/openssl/symhacks.h ech_err.c
ech_key.o
:
../../include/openssl/asn1.h ../../include/openssl/bio.h
...
...
crypto/ecdsa/Makefile.ssl
浏览文件 @
af67804b
...
...
@@ -88,10 +88,12 @@ ecs_asn1.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
ecs_asn1.o
:
../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
ecs_asn1.o
:
../../include/openssl/safestack.h ../../include/openssl/stack.h
ecs_asn1.o
:
../../include/openssl/symhacks.h ecdsa.h ecs_asn1.c
ecs_err.o
:
../../include/openssl/bio.h ../../include/openssl/crypto.h
ecs_err.o
:
../../include/openssl/e_os2.h ../../include/openssl/ecdsa.h
ecs_err.o
:
../../include/openssl/err.h ../../include/openssl/lhash.h
ecs_err.o
:
../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
ecs_err.o
:
../../include/openssl/asn1.h ../../include/openssl/bio.h
ecs_err.o
:
../../include/openssl/bn.h ../../include/openssl/crypto.h
ecs_err.o
:
../../include/openssl/e_os2.h ../../include/openssl/ec.h
ecs_err.o
:
../../include/openssl/ecdsa.h ../../include/openssl/err.h
ecs_err.o
:
../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
ecs_err.o
:
../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
ecs_err.o
:
../../include/openssl/safestack.h ../../include/openssl/stack.h
ecs_err.o
:
../../include/openssl/symhacks.h ecs_err.c
ecs_lib.o
:
../../include/openssl/asn1.h ../../include/openssl/bio.h
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录