[#OSSL_ENCODER_CTX_set_output_structure] = OSSL_ENCODER_CTX_set_output_structure :mrdocs: Set the desired output structure name for the encoder chain (for example "pkcs8"). == Synopsis Declared in `<openssl/encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_ENCODER_CTX_set_output_structure( xref:OSSL_ENCODER_CTX.adoc[OSSL_ENCODER_CTX]* ctx, char const* output_structure); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Encoder context to configure. | *output_structure* | Structure name understood by the encoder implementations, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#