Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
7740a1c6
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
10
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看板
提交
7740a1c6
编写于
6月 09, 1999
作者:
B
Bodo Möller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
"make update" (added to top Makefile, and applied).
上级
c77f47ab
变更
8
展开全部
显示空白变更内容
内联
并排
Showing
8 changed file
with
1483 addition
and
15 deletion
+1483
-15
Makefile.org
Makefile.org
+14
-2
TABLE
TABLE
+1431
-0
apps/Makefile.ssl
apps/Makefile.ssl
+2
-2
crypto/bio/Makefile.ssl
crypto/bio/Makefile.ssl
+2
-1
crypto/cast/Makefile.ssl
crypto/cast/Makefile.ssl
+10
-6
crypto/evp/Makefile.ssl
crypto/evp/Makefile.ssl
+18
-0
crypto/rand/Makefile.ssl
crypto/rand/Makefile.ssl
+4
-4
util/libeay.num
util/libeay.num
+2
-0
未找到文件。
Makefile.org
浏览文件 @
7740a1c6
...
...
@@ -271,7 +271,7 @@ tests: rehash
depend
:
@
for
i
in
$(DIRS)
;
\
do
\
(
cd
$$
i
&&
echo
"making depend
a
ncies
$$
i..."
&&
\
(
cd
$$
i
&&
echo
"making depend
e
ncies
$$
i..."
&&
\
$(MAKE)
SDIRS
=
'
${SDIRS}
'
DEPFLAG
=
'
${DEPFLAG}
'
depend
)
||
exit
1
;
\
done
;
...
...
@@ -292,9 +292,21 @@ tags:
errors
:
perl util/mkerr.pl
-recurse
-write
util/libeay.num
::
perl util/mkdef.pl crypto update
util/ssleay.num
::
perl util/mkdef.pl ssl update
TABLE
:
(
echo
'Output of `Configure TABLE:'
"'"
;
\
perl Configure TABLE
)
>
TABLE
update
:
depend errors util/libeay.num util/ssleay.num TABLE
tar
:
@
tar
--norecurse
-cvf
-
\
`
find
*
\!
-path
CVS/
\*
\!
-path
\*
/CVS/
\*
\!
-name
CVS
\!
-name
.cvsignore
\!
-name
STATUS |
sort
`
|
\
`
find
*
\!
-path
CVS/
\*
\!
-path
\*
/CVS/
\*
\!
-name
CVS
\!
-name
.cvsignore
\!
-name
STATUS
\!
-name
TABLE
|
sort
`
|
\
tardy
--user_number
=
0
--user_name
=
openssl
\
--group_number
=
0
--group_name
=
openssl
\
--prefix
=
openssl-
$(VERSION)
- |
\
...
...
TABLE
0 → 100644
浏览文件 @
7740a1c6
此差异已折叠。
点击以展开。
apps/Makefile.ssl
浏览文件 @
7740a1c6
...
...
@@ -146,8 +146,8 @@ progs.h:
apps.o
:
../include/openssl/bio.h ../include/openssl/buffer.h
apps.o
:
../include/openssl/crypto.h ../include/openssl/e_os.h
apps.o
:
../include/openssl/e_os2.h ../include/openssl/openssl
v
.h
apps.o
:
../include/openssl/stack.h apps.h progs.h
apps.o
:
../include/openssl/e_os2.h ../include/openssl/openssl
conf
.h
apps.o
:
../include/openssl/
opensslv.h ../include/openssl/
stack.h apps.h progs.h
asn1pars.o
:
../include/openssl/asn1.h ../include/openssl/bio.h
asn1pars.o
:
../include/openssl/blowfish.h ../include/openssl/bn.h
asn1pars.o
:
../include/openssl/buffer.h ../include/openssl/cast.h
...
...
crypto/bio/Makefile.ssl
浏览文件 @
7740a1c6
...
...
@@ -167,7 +167,8 @@ bss_acpt.o: ../../include/openssl/opensslconf.h
bss_acpt.o
:
../../include/openssl/opensslv.h ../../include/openssl/stack.h
bss_acpt.o
:
../cryptlib.h
bss_bio.o
:
../../include/openssl/bio.h ../../include/openssl/crypto.h
bss_bio.o
:
../../include/openssl/opensslv.h ../../include/openssl/stack.h
bss_bio.o
:
../../include/openssl/err.h ../../include/openssl/opensslv.h
bss_bio.o
:
../../include/openssl/stack.h
bss_conn.o
:
../../include/openssl/bio.h ../../include/openssl/buffer.h
bss_conn.o
:
../../include/openssl/crypto.h ../../include/openssl/e_os.h
bss_conn.o
:
../../include/openssl/e_os2.h ../../include/openssl/err.h
...
...
crypto/cast/Makefile.ssl
浏览文件 @
7740a1c6
...
...
@@ -108,13 +108,17 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
c_cfb64.o
:
../../include/openssl/cast.h ../../include/openssl/e_os.h
c_cfb64.o
:
../../include/openssl/e_os2.h cast_lcl.h
c_cfb64.o
:
../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
c_cfb64.o
:
cast_lcl.h
c_ecb.o
:
../../include/openssl/cast.h ../../include/openssl/e_os.h
c_ecb.o
:
../../include/openssl/e_os2.h ../../include/openssl/openssl
v
.h
c_ecb.o
:
cast_lcl.h
c_ecb.o
:
../../include/openssl/e_os2.h ../../include/openssl/openssl
conf
.h
c_ecb.o
:
../../include/openssl/opensslv.h
cast_lcl.h
c_enc.o
:
../../include/openssl/cast.h ../../include/openssl/e_os.h
c_enc.o
:
../../include/openssl/e_os2.h cast_lcl.h
c_enc.o
:
../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
c_enc.o
:
cast_lcl.h
c_ofb64.o
:
../../include/openssl/cast.h ../../include/openssl/e_os.h
c_ofb64.o
:
../../include/openssl/e_os2.h cast_lcl.h
c_ofb64.o
:
../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
c_ofb64.o
:
cast_lcl.h
c_skey.o
:
../../include/openssl/cast.h ../../include/openssl/e_os.h
c_skey.o
:
../../include/openssl/e_os2.h cast_lcl.h cast_s.h
c_skey.o
:
../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
c_skey.o
:
cast_lcl.h cast_s.h
crypto/evp/Makefile.ssl
浏览文件 @
7740a1c6
...
...
@@ -960,6 +960,24 @@ p5_crpt.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
p5_crpt.o
:
../../include/openssl/sha.h ../../include/openssl/stack.h
p5_crpt.o
:
../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
p5_crpt.o
:
../cryptlib.h
p5_crpt2.o
:
../../include/openssl/asn1.h ../../include/openssl/bio.h
p5_crpt2.o
:
../../include/openssl/blowfish.h ../../include/openssl/bn.h
p5_crpt2.o
:
../../include/openssl/buffer.h ../../include/openssl/cast.h
p5_crpt2.o
:
../../include/openssl/crypto.h ../../include/openssl/des.h
p5_crpt2.o
:
../../include/openssl/dh.h ../../include/openssl/dsa.h
p5_crpt2.o
:
../../include/openssl/e_os.h ../../include/openssl/e_os2.h
p5_crpt2.o
:
../../include/openssl/err.h ../../include/openssl/evp.h
p5_crpt2.o
:
../../include/openssl/hmac.h ../../include/openssl/idea.h
p5_crpt2.o
:
../../include/openssl/md2.h ../../include/openssl/md5.h
p5_crpt2.o
:
../../include/openssl/mdc2.h ../../include/openssl/objects.h
p5_crpt2.o
:
../../include/openssl/opensslconf.h
p5_crpt2.o
:
../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
p5_crpt2.o
:
../../include/openssl/rc2.h ../../include/openssl/rc4.h
p5_crpt2.o
:
../../include/openssl/rc5.h ../../include/openssl/ripemd.h
p5_crpt2.o
:
../../include/openssl/rsa.h ../../include/openssl/safestack.h
p5_crpt2.o
:
../../include/openssl/sha.h ../../include/openssl/stack.h
p5_crpt2.o
:
../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
p5_crpt2.o
:
../cryptlib.h
p_dec.o
:
../../include/openssl/asn1.h ../../include/openssl/bio.h
p_dec.o
:
../../include/openssl/blowfish.h ../../include/openssl/bn.h
p_dec.o
:
../../include/openssl/buffer.h ../../include/openssl/cast.h
...
...
crypto/rand/Makefile.ssl
浏览文件 @
7740a1c6
...
...
@@ -79,9 +79,9 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
md_rand.o
:
../../include/openssl/crypto.h ../../include/openssl/e_os.h
md_rand.o
:
../../include/openssl/e_os2.h ../../include/openssl/openssl
v
.h
md_rand.o
:
../../include/openssl/
rand.h ../../include/openssl/sha
.h
md_rand.o
:
../../include/openssl/stack.h
md_rand.o
:
../../include/openssl/e_os2.h ../../include/openssl/openssl
conf
.h
md_rand.o
:
../../include/openssl/
opensslv.h ../../include/openssl/rand
.h
md_rand.o
:
../../include/openssl/s
ha.h ../../include/openssl/s
tack.h
rand_lib.o
:
../../include/openssl/rand.h
randfile.o
:
../../include/openssl/e_os.h ../../include/openssl/e_os2.h
randfile.o
:
../../include/openssl/rand.h
randfile.o
:
../../include/openssl/
opensslconf.h ../../include/openssl/
rand.h
util/libeay.num
浏览文件 @
7740a1c6
...
...
@@ -1767,3 +1767,5 @@ i2d_PKCS8_PRIV_KEY_INFO_fp 1791
i2d_PKCS8_PRIV_KEY_INFO_bio 1792
BIO_s_bio 1793
PKCS5_pbe2_set 1794
PKCS5_PBKDF2_HMAC_SHA1 1795
PKCS5_v2_PBE_keyivgen 1796
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录