Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
d2i_ASN1_NULL, i2d_ASN1_NULL — decode and encode an ASN.1 NULL typeSYNOPSIS
#include <openssl/asn1.h>d2i_ASN1_NULL(ASN1_NULL **val_out, const unsigned char **der_in, long length);
i2d_ASN1_NULL(ASN1_NULL *val_in, unsigned char **der_out);