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:
8f0edcd
)
Evil cast extermination.
author
Ben Laurie
<ben@openssl.org>
Wed, 2 Jun 1999 21:34:46 +0000
(21:34 +0000)
committer
Ben Laurie
<ben@openssl.org>
Wed, 2 Jun 1999 21:34:46 +0000
(21:34 +0000)
crypto/asn1/p7_recip.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/p7_recip.c
b/crypto/asn1/p7_recip.c
index 08d3cd122eda1a83ba67502fc33baa24022df998..9fda4f20d4975f61eda43726ea534f6c094bf959 100644
(file)
--- a/
crypto/asn1/p7_recip.c
+++ b/
crypto/asn1/p7_recip.c
@@
-118,7
+118,7
@@
void PKCS7_RECIP_INFO_free(PKCS7_RECIP_INFO *a)
X509_ALGOR_free(a->key_enc_algor);
ASN1_OCTET_STRING_free(a->enc_key);
if (a->cert != NULL) X509_free(a->cert);
- Free(
(char *)
a);
+ Free(a);
}
IMPLEMENT_STACK_OF(PKCS7_RECIP_INFO)