[#ASN1_STRING_data] = ASN1_STRING_data :mrdocs: Return a mutable pointer to the raw octets stored in an ASN1_STRING (deprecated). == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] unsigned char* ASN1_STRING_data(xref:ASN1_STRING.adoc[ASN1_STRING]* x); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Pointer to internal data (may be NULL); prefer ASN1_STRING_get0_data(). == Parameters [cols="1,4"] |=== | Name| Description | *x* | ASN.1 string to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#