Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
a8eba56e
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看板
提交
a8eba56e
编写于
1月 07, 2016
作者:
D
Dr. Stephen Henson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
use more descriptive name DEFINE_STACK_OF_CONST
Reviewed-by:
N
Richard Levitte
<
levitte@openssl.org
>
上级
4a1f3f27
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
5 addition
and
5 deletion
+5
-5
crypto/include/internal/asn1_int.h
crypto/include/internal/asn1_int.h
+1
-1
crypto/include/internal/evp_int.h
crypto/include/internal/evp_int.h
+1
-1
include/openssl/safestack.h
include/openssl/safestack.h
+1
-1
include/openssl/ssl.h
include/openssl/ssl.h
+1
-1
util/mkstack.pl
util/mkstack.pl
+1
-1
未找到文件。
crypto/include/internal/asn1_int.h
浏览文件 @
a8eba56e
...
@@ -104,7 +104,7 @@ struct evp_pkey_asn1_method_st {
...
@@ -104,7 +104,7 @@ struct evp_pkey_asn1_method_st {
ASN1_BIT_STRING
*
sig
);
ASN1_BIT_STRING
*
sig
);
}
/* EVP_PKEY_ASN1_METHOD */
;
}
/* EVP_PKEY_ASN1_METHOD */
;
DEFINE_
CONST_STACK_OF
(
EVP_PKEY_ASN1_METHOD
)
DEFINE_
STACK_OF_CONST
(
EVP_PKEY_ASN1_METHOD
)
extern
const
EVP_PKEY_ASN1_METHOD
cmac_asn1_meth
;
extern
const
EVP_PKEY_ASN1_METHOD
cmac_asn1_meth
;
extern
const
EVP_PKEY_ASN1_METHOD
dh_asn1_meth
;
extern
const
EVP_PKEY_ASN1_METHOD
dh_asn1_meth
;
...
...
crypto/include/internal/evp_int.h
浏览文件 @
a8eba56e
...
@@ -120,7 +120,7 @@ struct evp_pkey_method_st {
...
@@ -120,7 +120,7 @@ struct evp_pkey_method_st {
int
(
*
ctrl_str
)
(
EVP_PKEY_CTX
*
ctx
,
const
char
*
type
,
const
char
*
value
);
int
(
*
ctrl_str
)
(
EVP_PKEY_CTX
*
ctx
,
const
char
*
type
,
const
char
*
value
);
}
/* EVP_PKEY_METHOD */
;
}
/* EVP_PKEY_METHOD */
;
DEFINE_
CONST_STACK_OF
(
EVP_PKEY_METHOD
)
DEFINE_
STACK_OF_CONST
(
EVP_PKEY_METHOD
)
void
evp_pkey_set_cb_translate
(
BN_GENCB
*
cb
,
EVP_PKEY_CTX
*
ctx
);
void
evp_pkey_set_cb_translate
(
BN_GENCB
*
cb
,
EVP_PKEY_CTX
*
ctx
);
...
...
include/openssl/safestack.h
浏览文件 @
a8eba56e
...
@@ -185,7 +185,7 @@ extern "C" {
...
@@ -185,7 +185,7 @@ extern "C" {
# define DEFINE_SPECIAL_STACK_OF(t1, t2) SKM_DEFINE_STACK_OF(t1, t2, t2)
# define DEFINE_SPECIAL_STACK_OF(t1, t2) SKM_DEFINE_STACK_OF(t1, t2, t2)
# define DEFINE_STACK_OF(t) SKM_DEFINE_STACK_OF(t, t, t)
# define DEFINE_STACK_OF(t) SKM_DEFINE_STACK_OF(t, t, t)
# define DEFINE_
CONST_STACK_OF
(t) SKM_DEFINE_STACK_OF(t, const t, t)
# define DEFINE_
STACK_OF_CONST
(t) SKM_DEFINE_STACK_OF(t, const t, t)
/*-
/*-
* Strings are special: normally an lhash entry will point to a single
* Strings are special: normally an lhash entry will point to a single
...
...
include/openssl/ssl.h
浏览文件 @
a8eba56e
...
@@ -325,7 +325,7 @@ typedef struct ssl_session_st SSL_SESSION;
...
@@ -325,7 +325,7 @@ typedef struct ssl_session_st SSL_SESSION;
typedef
struct
tls_sigalgs_st
TLS_SIGALGS
;
typedef
struct
tls_sigalgs_st
TLS_SIGALGS
;
typedef
struct
ssl_conf_ctx_st
SSL_CONF_CTX
;
typedef
struct
ssl_conf_ctx_st
SSL_CONF_CTX
;
DEFINE_
CONST_STACK_OF
(
SSL_CIPHER
)
DEFINE_
STACK_OF_CONST
(
SSL_CIPHER
)
/* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/
/* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/
typedef
struct
srtp_protection_profile_st
{
typedef
struct
srtp_protection_profile_st
{
...
...
util/mkstack.pl
浏览文件 @
a8eba56e
...
@@ -214,7 +214,7 @@ extern "C" {
...
@@ -214,7 +214,7 @@ extern "C" {
# define DEFINE_SPECIAL_STACK_OF(t1, t2) SKM_DEFINE_STACK_OF(t1, t2, t2)
# define DEFINE_SPECIAL_STACK_OF(t1, t2) SKM_DEFINE_STACK_OF(t1, t2, t2)
# define DEFINE_STACK_OF(t) SKM_DEFINE_STACK_OF(t, t, t)
# define DEFINE_STACK_OF(t) SKM_DEFINE_STACK_OF(t, t, t)
# define DEFINE_
CONST_STACK_OF
(t) SKM_DEFINE_STACK_OF(t, const t, t)
# define DEFINE_
STACK_OF_CONST
(t) SKM_DEFINE_STACK_OF(t, const t, t)
/*-
/*-
* Strings are special: normally an lhash entry will point to a single
* Strings are special: normally an lhash entry will point to a single
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录