projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48c832b
)
Typo
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 1 Apr 2005 21:56:15 +0000
(21:56 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 1 Apr 2005 21:56:15 +0000
(21:56 +0000)
crypto/pkcs7/pk7_lib.c
patch
|
blob
|
history
diff --git
a/crypto/pkcs7/pk7_lib.c
b/crypto/pkcs7/pk7_lib.c
index a45a0f06407236f10ed27c3c90eb58b5c39a41e7..58ce6791c9ac303240d2ab2ecb9a065c35894261 100644
(file)
--- a/
crypto/pkcs7/pk7_lib.c
+++ b/
crypto/pkcs7/pk7_lib.c
@@
-187,7
+187,6
@@
int PKCS7_set_type(PKCS7 *p7, int type)
ASN1_INTEGER_set(p7->d.signed_and_enveloped->version,1);
if (!ASN1_INTEGER_set(p7->d.signed_and_enveloped->version,1))
goto err;
- break;
p7->d.signed_and_enveloped->enc_data->content_type
= OBJ_nid2obj(NID_pkcs7_data);
break;