Workaround for a compiler problem (Sun WorkShop 6 update 2 C 5.3 Patch 111679-05 2002/02/07)

Still lots of bogus warnings, but at least everything compiles


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@444 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2002-04-04 15:02:08 +00:00
parent 218b784f0d
commit 1ef47d245b
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ int sc_pkcs15_encode_cdf_entry(struct sc_context *ctx,
asn1_cert[2];
struct sc_pkcs15_cert_info *infop =
(struct sc_pkcs15_cert_info *) obj->data;
const struct sc_asn1_pkcs15_object cert_obj = { (struct sc_pkcs15_object *) obj,
struct sc_asn1_pkcs15_object cert_obj = { (struct sc_pkcs15_object *) obj,
asn1_com_cert_attr, NULL,
asn1_type_cert_attr };
int r;