Skip to content

Error : uses undefined struct 'asn1_object_st' #23694

Answered by t8m
DOpenssl asked this question in Q&A
Discussion options

You must be logged in to vote

You cannot declare the ASN1_OBJECT as local variable. You have to allocate it on heap via functions from OpenSSL that create it and pass just pointers to it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by t8m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants