Return the construct‐data pointer currently set on a decoder context.
Synopsis
Declared in <openssl/decoder.h>
void*
OSSL_DECODER_CTX_get_construct_data(OSSL_DECODER_CTX* ctx);
Return Value
Opaque construct data, or NULL if unset.
Parameters
Name |
Description |
ctx |
Decoder context to query. |
Created with MrDocs