asn1_parser2tree (3) Linux Manual Page
asn1_parser2tree – API function Synopsis#include <libtasn1.h> int asn1_parser2tree(const char * file, asn1_node * definitions, char * error_desc); Argumentsconst char * file specify the path and the name of file that contains ASN.1 declarations. asn1_node * definitions return the pointer to the structure created from "file" ASN.1 declarations. char * error_desc return the error description or…
