Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
bb11c282
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看板
提交
bb11c282
编写于
12月 29, 2006
作者:
A
Andy Polyakov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Minor clean-up in crypto/engine.
上级
8d9f136d
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
14 addition
and
12 deletion
+14
-12
crypto/engine/eng_all.c
crypto/engine/eng_all.c
+6
-6
crypto/engine/engine.h
crypto/engine/engine.h
+6
-4
util/libeay.num
util/libeay.num
+2
-2
未找到文件。
crypto/engine/eng_all.c
浏览文件 @
bb11c282
...
...
@@ -61,12 +61,15 @@
void
ENGINE_load_builtin_engines
(
void
)
{
#if 0
/* There's no longer any need for an "openssl" ENGINE unless, one day,
* it is the *only* way for standard builtin implementations to be be
* accessed (ie. it would be possible to statically link binaries with
* *no* builtin implementations). */
#if 0
ENGINE_load_openssl();
#endif
#if defined(__OpenBSD__) || defined(__FreeBSD__)
ENGINE_load_cryptodev
();
#endif
ENGINE_load_dynamic
();
#ifndef OPENSSL_NO_STATIC_ENGINE
...
...
@@ -98,14 +101,11 @@ void ENGINE_load_builtin_engines(void)
#ifndef OPENSSL_NO_HW_PADLOCK
ENGINE_load_padlock
();
#endif
#endif
#ifndef OPENSSL_NO_GOST
ENGINE_load_gost
();
#endif
#endif
#if defined(__OpenBSD__) || defined(__FreeBSD__)
ENGINE_load_cryptodev
();
#endif
#if !defined(OPENSSL_NO_GMP) && !defined(OPENSSL_NO_HW_GMP)
#ifndef OPENSSL_NO_GMP
ENGINE_load_gmp
();
#endif
#endif
...
...
crypto/engine/engine.h
浏览文件 @
bb11c282
...
...
@@ -327,16 +327,18 @@ void ENGINE_load_aep(void);
void
ENGINE_load_atalla
(
void
);
void
ENGINE_load_chil
(
void
);
void
ENGINE_load_cswift
(
void
);
#ifndef OPENSSL_NO_GMP
void
ENGINE_load_gmp
(
void
);
#endif
void
ENGINE_load_nuron
(
void
);
void
ENGINE_load_sureware
(
void
);
void
ENGINE_load_ubsec
(
void
);
void
ENGINE_load_padlock
(
void
);
#ifndef OPENSSL_NO_GMP
void
ENGINE_load_gmp
(
void
);
#endif
#ifndef OPENSSL_NO_GOST
void
ENGINE_load_gost
(
void
);
#endif
#endif
void
ENGINE_load_cryptodev
(
void
);
void
ENGINE_load_padlock
(
void
);
void
ENGINE_load_builtin_engines
(
void
);
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
...
...
util/libeay.num
浏览文件 @
bb11c282
...
...
@@ -3107,7 +3107,7 @@ EC_GFp_nist_method 3529 EXIST::FUNCTION:EC
STORE_method_set_modify_function 3530 EXIST:!VMS:FUNCTION:
STORE_meth_set_modify_fn 3530 EXIST:VMS:FUNCTION:
STORE_parse_attrs_next 3531 EXIST::FUNCTION:
ENGINE_load_padlock 3532 EXIST::FUNCTION:ENGINE
ENGINE_load_padlock 3532 EXIST::FUNCTION:ENGINE
,STATIC_ENGINE
EC_GROUP_set_curve_name 3533 EXIST::FUNCTION:EC
X509_CERT_PAIR_it 3534 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
X509_CERT_PAIR_it 3534 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
...
...
@@ -3587,7 +3587,7 @@ X509_ALGOR_get0 3976 EXIST::FUNCTION:
DSO_global_lookup 3977 EXIST::FUNCTION:
TS_CONF_set_tsa_name 3978 EXIST::FUNCTION:
i2d_ASN1_SET_ANY 3979 EXIST::FUNCTION:
ENGINE_load_gost 3980 EXIST::FUNCTION:ENGINE,STATIC_ENGINE
ENGINE_load_gost 3980 EXIST::FUNCTION:ENGINE,
GOST,
STATIC_ENGINE
WHIRLPOOL_BitUpdate 3981 EXIST::FUNCTION:WHIRLPOOL
ASN1_PCTX_get_flags 3982 EXIST::FUNCTION:
TS_TST_INFO_get_ext_by_NID 3983 EXIST::FUNCTION:
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录