Summary: | 0.15.1 does not build against libtasn1 3.2 | ||
---|---|---|---|
Product: | p11-glue | Reporter: | Andreas Metzler <ametzler> |
Component: | p11-kit | Assignee: | Stef Walter <stefw> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | ametzler, stefw |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Use ASN1_DATA_NODE instead of struct asn1_data_node data
Don't use struct asn1_node_data Remove unnecessary code to be more compatible with various libtasn1 versions |
Description
Andreas Metzler
2013-02-07 17:54:11 UTC
Created attachment 74369 [details] [review] Don't use struct asn1_node_data Thanks. What about this latter patch? So many build problems surrounding these few lines of debug code :S ... so I figured I'd simplify it a bit. With "Don't use struct asn1_node_data"-patch I get the following build error with libtasn1 3.2: asn1.c: In function 'p11_asn1_encode': asn1.c:188:25: error: dereferencing pointer to incomplete type asn1.c:188:37: error: dereferencing pointer to incomplete type cu andreas Created attachment 74646 [details] [review] Remove unnecessary code to be more compatible with various libtasn1 versions So lets just remove the code, since it's just used in debug output. Does this do the trick? Remove-unnecessary-code-to-be-more-compatible-with.patch works for me. Thanks. Attachment 74646 [details] pushed as 077fd91 - Remove unnecessary code to be more compatible with various libtasn1 versions
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.