Free a Base64 encode/decode context.
Synopsis
Declared in <openssl/evp.h>
void
EVP_ENCODE_CTX_free(EVP_ENCODE_CTX* ctx);
Parameters
Name |
Description |
ctx |
Context to free, or NULL. |
Created with MrDocs