Add decoder implementations that feed already-attached decoders (build chains).
Declared in <openssl/decoder.h>
int
OSSL_DECODER_CTX_add_extra(
OSSL_DECODER_CTX* ctx,
OSSL_LIB_CTX* libctx,
char const* propq);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | Decoder context to extend. |
| libctx | Library context used when fetching extra decoders, or NULL for the default. |
| propq | Optional property query for fetching, or NULL. |