Add wrapper functions for buffer and original IV access
Added functions for accessing the buffer and original IV. This hides the changes introduced in OpenSSL 1.1.
This commit is contained in:
@ -21,5 +21,7 @@ MXS_BEGIN_DECLS
|
||||
|
||||
EVP_CIPHER_CTX* mxs_evp_cipher_ctx_alloc();
|
||||
void mxs_evp_cipher_ctx_free(EVP_CIPHER_CTX* ctx);
|
||||
uint8_t* mxs_evp_cipher_ctx_buf(EVP_CIPHER_CTX* ctx);
|
||||
uint8_t* mxs_evp_cipher_ctx_oiv(EVP_CIPHER_CTX* ctx);
|
||||
|
||||
MXS_END_DECLS
|
||||
|
Reference in New Issue
Block a user