Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
ASN1_item_pack, ASN1_item_unpack — pack an ASN.1 object into an ASN1_STRINGSYNOPSIS
#include <openssl/asn1.h>ASN1_item_pack(void *val_in, const ASN1_ITEM *it, ASN1_STRING **string_out);
ASN1_item_unpack(const ASN1_STRING *string_in, const ASN1_ITEM *it);