[#ASN1_put_eoc] = ASN1_put_eoc :mrdocs: Write a two‐octet ASN.1 end‐of‐contents (0x00 0x00) marker and advance `pp.` == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_put_eoc(unsigned char** pp); ---- == Return Value 2 (number of bytes written). == Parameters [cols="1,4"] |=== | Name| Description | *pp* | Address of the output cursor; updated past the written EOC. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#