Copy a Base64 encode/decode context.
Declared in <openssl/evp.h>
int
EVP_ENCODE_CTX_copy(
EVP_ENCODE_CTX* dctx,
EVP_ENCODE_CTX const* sctx);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| dctx | Destination context (must already be allocated). |
| sctx | Source context to copy from. |