Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
3b089ca2
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
接近 2 年 前同步成功
通知
12
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看板
提交
3b089ca2
编写于
12月 16, 2015
作者:
R
Rich Salz
提交者:
Rich Salz
12月 16, 2015
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rename sec_mem to mem_sec, like other files.
Reviewed-by:
N
Tim Hudson
<
tjh@openssl.org
>
上级
2503af26
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
6 addition
and
11 deletion
+6
-11
crypto/Makefile
crypto/Makefile
+6
-6
crypto/mem_sec.c
crypto/mem_sec.c
+0
-0
doc/crypto/OPENSSL_secure_malloc.pod
doc/crypto/OPENSSL_secure_malloc.pod
+0
-5
未找到文件。
crypto/Makefile
浏览文件 @
3b089ca2
...
@@ -36,10 +36,10 @@ LIB= $(TOP)/libcrypto.a
...
@@ -36,10 +36,10 @@ LIB= $(TOP)/libcrypto.a
SHARED_LIB
=
libcrypto
$(SHLIB_EXT)
SHARED_LIB
=
libcrypto
$(SHLIB_EXT)
LIBSRC
=
cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c cpt_err.c
\
LIBSRC
=
cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c cpt_err.c
\
ebcdic.c uid.c o_time.c o_str.c o_dir.c thr_id.c lock.c fips_ers.c
\
ebcdic.c uid.c o_time.c o_str.c o_dir.c thr_id.c lock.c fips_ers.c
\
o_init.c o_fips.c
sec_mem
.c
o_init.c o_fips.c
mem_sec
.c
LIBOBJ
=
cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o
\
LIBOBJ
=
cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o
\
ebcdic.o uid.o o_time.o o_str.o o_dir.o thr_id.o lock.o fips_ers.o
\
ebcdic.o uid.o o_time.o o_str.o o_dir.o thr_id.o lock.o fips_ers.o
\
o_init.o o_fips.o
sec_mem
.o
$(CPUID_OBJ)
o_init.o o_fips.o
mem_sec
.o
$(CPUID_OBJ)
SRC
=
$(LIBSRC)
SRC
=
$(LIBSRC)
...
@@ -187,6 +187,10 @@ mem_dbg.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
...
@@ -187,6 +187,10 @@ mem_dbg.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
mem_dbg.o
:
../include/openssl/ossl_typ.h ../include/openssl/safestack.h
mem_dbg.o
:
../include/openssl/ossl_typ.h ../include/openssl/safestack.h
mem_dbg.o
:
../include/openssl/stack.h ../include/openssl/symhacks.h
mem_dbg.o
:
../include/openssl/stack.h ../include/openssl/symhacks.h
mem_dbg.o
:
include/internal/cryptlib.h mem_dbg.c
mem_dbg.o
:
include/internal/cryptlib.h mem_dbg.c
mem_sec.o
:
../e_os.h ../include/openssl/crypto.h ../include/openssl/e_os2.h
mem_sec.o
:
../include/openssl/opensslconf.h ../include/openssl/opensslv.h
mem_sec.o
:
../include/openssl/ossl_typ.h ../include/openssl/safestack.h
mem_sec.o
:
../include/openssl/stack.h ../include/openssl/symhacks.h mem_sec.c
o_dir.o
:
../e_os.h ../include/internal/o_dir.h ../include/openssl/e_os2.h
o_dir.o
:
../e_os.h ../include/internal/o_dir.h ../include/openssl/e_os2.h
o_dir.o
:
../include/openssl/opensslconf.h LPdir_unix.c o_dir.c
o_dir.o
:
../include/openssl/opensslconf.h LPdir_unix.c o_dir.c
o_fips.o
:
../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
o_fips.o
:
../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
...
@@ -213,10 +217,6 @@ o_time.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
...
@@ -213,10 +217,6 @@ o_time.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
o_time.o
:
../include/openssl/opensslconf.h ../include/openssl/opensslv.h
o_time.o
:
../include/openssl/opensslconf.h ../include/openssl/opensslv.h
o_time.o
:
../include/openssl/ossl_typ.h ../include/openssl/safestack.h
o_time.o
:
../include/openssl/ossl_typ.h ../include/openssl/safestack.h
o_time.o
:
../include/openssl/stack.h ../include/openssl/symhacks.h o_time.c
o_time.o
:
../include/openssl/stack.h ../include/openssl/symhacks.h o_time.c
sec_mem.o
:
../e_os.h ../include/openssl/crypto.h ../include/openssl/e_os2.h
sec_mem.o
:
../include/openssl/opensslconf.h ../include/openssl/opensslv.h
sec_mem.o
:
../include/openssl/ossl_typ.h ../include/openssl/safestack.h
sec_mem.o
:
../include/openssl/stack.h ../include/openssl/symhacks.h sec_mem.c
thr_id.o
:
../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
thr_id.o
:
../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
thr_id.o
:
../include/openssl/crypto.h ../include/openssl/e_os2.h
thr_id.o
:
../include/openssl/crypto.h ../include/openssl/e_os2.h
thr_id.o
:
../include/openssl/err.h ../include/openssl/lhash.h
thr_id.o
:
../include/openssl/err.h ../include/openssl/lhash.h
...
...
crypto/
sec_mem
.c
→
crypto/
mem_sec
.c
浏览文件 @
3b089ca2
文件已移动
doc/crypto/
CRYPTO
_secure_malloc.pod
→
doc/crypto/
OPENSSL
_secure_malloc.pod
浏览文件 @
3b089ca2
...
@@ -83,9 +83,4 @@ return no values.
...
@@ -83,9 +83,4 @@ return no values.
L<BN_new(3)>,
L<BN_new(3)>,
L<bn_internal(3)>
L<bn_internal(3)>
=head1 HISTORY
These functions were contributed to the OpenSSL project by
Akamai Technologies in April, 2014.
=cut
=cut
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录