Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
23b973e6
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
大约 1 年 前同步成功
通知
9
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
23b973e6
编写于
1月 01, 2009
作者:
B
Ben Laurie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Calculate offset correctly. (Coverity ID 233)
上级
b3b201b6
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
15 addition
and
15 deletion
+15
-15
crypto/asn1/a_set.c
crypto/asn1/a_set.c
+1
-1
crypto/ocsp/Makefile
crypto/ocsp/Makefile
+14
-14
未找到文件。
crypto/asn1/a_set.c
浏览文件 @
23b973e6
...
...
@@ -218,7 +218,7 @@ STACK_OF(BLOCK) *d2i_ASN1_SET(STACK_OF(BLOCK) **a, const unsigned char **pp,
if
((
s
=
d2i
(
NULL
,
&
c
.
p
,
c
.
slen
))
==
NULL
)
{
ASN1err
(
ASN1_F_D2I_ASN1_SET
,
ASN1_R_ERROR_PARSING_SET_ELEMENT
);
asn1_add_error
(
*
pp
,(
int
)(
c
.
q
-
*
pp
));
asn1_add_error
(
*
pp
,(
int
)(
c
.
p
-
*
pp
));
goto
err
;
}
if
(
!
sk_BLOCK_push
(
ret
,
s
))
goto
err
;
...
...
crypto/ocsp/Makefile
浏览文件 @
23b973e6
...
...
@@ -136,20 +136,20 @@ ocsp_ext.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
ocsp_ext.o
:
../../include/openssl/stack.h ../../include/openssl/symhacks.h
ocsp_ext.o
:
../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
ocsp_ext.o
:
../../include/openssl/x509v3.h ../cryptlib.h ocsp_ext.c
ocsp_ht.o
:
../../
include/openssl/asn1.h ../../include/openssl/bio
.h
ocsp_ht.o
:
../../include/openssl/b
uffer.h ../../include/openssl/conf
.h
ocsp_ht.o
:
../../include/openssl/c
rypto.h ../../include/openssl/e_os2
.h
ocsp_ht.o
:
../../include/openssl/e
c.h ../../include/openssl/ecdh
.h
ocsp_ht.o
:
../../include/openssl/ecd
sa.h ../../include/openssl/err
.h
ocsp_ht.o
:
../../include/openssl/e
vp.h ../../include/openssl/lhash
.h
ocsp_ht.o
:
../../include/openssl/
obj_mac.h ../../include/openssl/objects
.h
ocsp_ht.o
:
../../include/openssl/o
csp.h ../../include/openssl/opensslconf
.h
ocsp_ht.o
:
../../include/openssl/openssl
v.h ../../include/openssl/ossl_typ
.h
ocsp_ht.o
:
../../include/openssl/
pkcs7.h ../../include/openssl/safestack
.h
ocsp_ht.o
:
../../include/openssl/s
ha.h ../../include/openssl/stack
.h
ocsp_ht.o
:
../../include/openssl/s
ymhacks.h ../../include/openssl/x509
.h
ocsp_ht.o
:
../../include/openssl/x509
_vfy.h ../../include/openssl/x509v3
.h
ocsp_ht.o
:
ocsp_ht.c
ocsp_ht.o
:
../../
e_os.h ../../include/openssl/asn1
.h
ocsp_ht.o
:
../../include/openssl/b
io.h ../../include/openssl/buffer
.h
ocsp_ht.o
:
../../include/openssl/c
onf.h ../../include/openssl/crypto
.h
ocsp_ht.o
:
../../include/openssl/e
_os2.h ../../include/openssl/ec
.h
ocsp_ht.o
:
../../include/openssl/ecd
h.h ../../include/openssl/ecdsa
.h
ocsp_ht.o
:
../../include/openssl/e
rr.h ../../include/openssl/evp
.h
ocsp_ht.o
:
../../include/openssl/
lhash.h ../../include/openssl/obj_mac
.h
ocsp_ht.o
:
../../include/openssl/o
bjects.h ../../include/openssl/ocsp
.h
ocsp_ht.o
:
../../include/openssl/openssl
conf.h ../../include/openssl/opensslv
.h
ocsp_ht.o
:
../../include/openssl/
ossl_typ.h ../../include/openssl/pkcs7
.h
ocsp_ht.o
:
../../include/openssl/s
afestack.h ../../include/openssl/sha
.h
ocsp_ht.o
:
../../include/openssl/s
tack.h ../../include/openssl/symhacks
.h
ocsp_ht.o
:
../../include/openssl/x509
.h ../../include/openssl/x509_vfy
.h
ocsp_ht.o
:
../../include/openssl/x509v3.h
ocsp_ht.c
ocsp_lib.o
:
../../e_os.h ../../include/openssl/asn1.h
ocsp_lib.o
:
../../include/openssl/asn1t.h ../../include/openssl/bio.h
ocsp_lib.o
:
../../include/openssl/buffer.h ../../include/openssl/conf.h
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录