ASN1_OCTET_STRING_new

Allocate an empty ASN.1 OCTET STRING.

Synopsis

Declared in <openssl/asn1.h>

ASN1_OCTET_STRING*
ASN1_OCTET_STRING_new();

Return Value

New ASN1_OCTET_STRING, or NULL on allocation failure.