Return a new reference to the EVP_CIPHER used by a cipher context.
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_CIPHER* EVP_CIPHER_CTX_get1_cipher(EVP_CIPHER_CTX* ctx);
Cipher with an incremented reference count, or NULL if unset; free with EVP_CIPHER_free.