[#GENERAL_NAME_set0_othername] = GENERAL_NAME_set0_othername :mrdocs: Set a GeneralName to type otherName, taking ownership of `oid` and `value.` == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int GENERAL_NAME_set0_othername( xref:GENERAL_NAME.adoc[GENERAL_NAME]* gen, xref:ASN1_OBJECT.adoc[ASN1_OBJECT]* oid, xref:ASN1_TYPE.adoc[ASN1_TYPE]* value); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *gen* | GeneralName to update. | *oid* | otherName type OID. | *value* | otherName value as an ASN1_TYPE. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#