Re: ASN1_CTX usage in openssl 1.1.0

2019-04-11 Thread Jakob Bohm via openssl-users
On 11/04/2019 15:03, Matt Caswell wrote: On 11/04/2019 13:06, Swamy J-S wrote: And i used *“ASN1_CTX ctx”* but this is not working if modify like above. And during build its suggesting to use *“ASN1_SCTX ctx”* but if I use this then I get error in *“M_ASN1_New_Malloc”* So how to modify “*ASN1_

Re: ASN1_CTX usage in openssl 1.1.0

2019-04-11 Thread Matt Caswell
On 11/04/2019 13:06, Swamy J-S wrote: > > And i used *“ASN1_CTX ctx”* but this is not working if modify like above. And > during build its suggesting to use *“ASN1_SCTX ctx”* but if I use this then I > get error in *“M_ASN1_New_Malloc”* > > So how to modify “*ASN1_CTX ctx*” in openssl 1.1.0g.