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:
e4b21c7
)
Code tidy.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 27 Apr 2006 00:42:51 +0000
(
00:42
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 27 Apr 2006 00:42:51 +0000
(
00:42
+0000)
crypto/pkcs7/pk7_lib.c
patch
|
blob
|
history
diff --git
a/crypto/pkcs7/pk7_lib.c
b/crypto/pkcs7/pk7_lib.c
index 8b6c153481b122d2f81db5acfcf93faec44ac8cf..7dce7c48dacba8f572b24d1ea19132a90bfd1ae0 100644
(file)
--- a/
crypto/pkcs7/pk7_lib.c
+++ b/
crypto/pkcs7/pk7_lib.c
@@
-381,9
+381,8
@@
int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey,
}
PKCS7err(PKCS7_F_PKCS7_SIGNER_INFO_SET,
PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
- return 0;
err:
- return
(0)
;
+ return
0
;
}
PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509, EVP_PKEY *pkey,