Sortix main manual
This manual documents Sortix main. You can instead view this document in the latest official manual.
NAME
d2i_ASN1_OBJECT, i2d_ASN1_OBJECT — decode and encode ASN.1 object identifiersSYNOPSIS
#include <openssl/asn1.h>d2i_ASN1_OBJECT(ASN1_OBJECT **val_out, unsigned char **der_in, long length);
i2d_ASN1_OBJECT(const ASN1_OBJECT *val_in, unsigned char **der_out);