Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
8f797f14
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看板
提交
8f797f14
编写于
11月 13, 2002
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
When build as dynamic engines, the loading functions should be defined
static.
上级
c0d64de6
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
12 addition
and
0 deletion
+12
-0
engines/e_4758_cca.c
engines/e_4758_cca.c
+2
-0
engines/e_atalla.c
engines/e_atalla.c
+2
-0
engines/e_cswift.c
engines/e_cswift.c
+2
-0
engines/e_ncipher.c
engines/e_ncipher.c
+2
-0
engines/e_nuron.c
engines/e_nuron.c
+2
-0
engines/e_ubsec.c
engines/e_ubsec.c
+2
-0
未找到文件。
engines/e_4758_cca.c
浏览文件 @
8f797f14
...
...
@@ -223,6 +223,7 @@ static int bind_helper(ENGINE *e)
return
1
;
}
#ifdef OPENSSL_NO_DYNAMIC_ENGINE
static
ENGINE
*
engine_4758_cca
(
void
)
{
ENGINE
*
ret
=
ENGINE_new
();
...
...
@@ -244,6 +245,7 @@ void ENGINE_load_4758cca(void)
ENGINE_free
(
e_4758
);
ERR_clear_error
();
}
#endif
static
int
ibm_4758_cca_destroy
(
ENGINE
*
e
)
{
...
...
engines/e_atalla.c
浏览文件 @
8f797f14
...
...
@@ -243,6 +243,7 @@ static int bind_helper(ENGINE *e)
return
1
;
}
#ifdef OPENSSL_NO_DYNAMIC_ENGINE
static
ENGINE
*
engine_atalla
(
void
)
{
ENGINE
*
ret
=
ENGINE_new
();
...
...
@@ -265,6 +266,7 @@ void ENGINE_load_atalla(void)
ENGINE_free
(
toadd
);
ERR_clear_error
();
}
#endif
/* This is a process-global DSO handle used for loading and unloading
* the Atalla library. NB: This is only set (or unset) during an
...
...
engines/e_cswift.c
浏览文件 @
8f797f14
...
...
@@ -262,6 +262,7 @@ static int bind_helper(ENGINE *e)
return
1
;
}
#ifdef OPENSSL_NO_DYNAMIC_ENGINE
static
ENGINE
*
engine_cswift
(
void
)
{
ENGINE
*
ret
=
ENGINE_new
();
...
...
@@ -284,6 +285,7 @@ void ENGINE_load_cswift(void)
ENGINE_free
(
toadd
);
ERR_clear_error
();
}
#endif
/* This is a process-global DSO handle used for loading and unloading
* the CryptoSwift library. NB: This is only set (or unset) during an
...
...
engines/e_ncipher.c
浏览文件 @
8f797f14
...
...
@@ -372,6 +372,7 @@ static int bind_helper(ENGINE *e)
return
1
;
}
#ifdef OPENSSL_NO_DYNAMIC_ENGINE
static
ENGINE
*
engine_ncipher
(
void
)
{
ENGINE
*
ret
=
ENGINE_new
();
...
...
@@ -394,6 +395,7 @@ void ENGINE_load_chil(void)
ENGINE_free
(
toadd
);
ERR_clear_error
();
}
#endif
/* This is a process-global DSO handle used for loading and unloading
* the HWCryptoHook library. NB: This is only set (or unset) during an
...
...
engines/e_nuron.c
浏览文件 @
8f797f14
...
...
@@ -375,6 +375,7 @@ static int bind_helper(ENGINE *e)
return
1
;
}
#ifdef OPENSSL_NO_DYNAMIC_ENGINE
static
ENGINE
*
engine_nuron
(
void
)
{
ENGINE
*
ret
=
ENGINE_new
();
...
...
@@ -397,6 +398,7 @@ void ENGINE_load_nuron(void)
ENGINE_free
(
toadd
);
ERR_clear_error
();
}
#endif
/* This stuff is needed if this ENGINE is being compiled into a self-contained
* shared-library. */
...
...
engines/e_ubsec.c
浏览文件 @
8f797f14
...
...
@@ -243,6 +243,7 @@ static int bind_helper(ENGINE *e)
return
1
;
}
#ifdef OPENSSL_NO_DYNAMIC_ENGINE
static
ENGINE
*
engine_ubsec
(
void
)
{
ENGINE
*
ret
=
ENGINE_new
();
...
...
@@ -265,6 +266,7 @@ void ENGINE_load_ubsec(void)
ENGINE_free
(
toadd
);
ERR_clear_error
();
}
#endif
/* This is a process-global DSO handle used for loading and unloading
* the UBSEC library. NB: This is only set (or unset) during an
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录