EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been defined in evp.h but
authorGeoff Thorpe <geoff@openssl.org>
Mon, 8 Oct 2001 17:24:10 +0000 (17:24 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 8 Oct 2001 17:24:10 +0000 (17:24 +0000)
commit18eda7323483cc327dfef8918796601a7bd780c3
tree98877fa21e11e06504025f8cff8fae17312a4e4b
parent7526e2c0430225f4d4c7e47cb63d18f44a4e3197
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.
crypto/evp/evp_enc.c