ASN1_put_eoc

Write a two-octet ASN.1 end-of-contents (0x00 0x00) marker and advance pp.

Synopsis

Declared in <openssl/asn1.h>

int
ASN1_put_eoc(unsigned char** pp);

Return Value

2 (number of bytes written).

Parameters

NameDescription
ppAddress of the output cursor; updated past the written EOC.