Commit 18eda732 authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been defined in evp.h but

not implemented. (Bug reported by Martin Szotkowski)

This also changes the non-"_ex" versions to defer directly to
EVP_CipherInit_ex() rather than EVP_CipherInit() to avoid an unecessary
level of indirection.
parent 7526e2c0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment