I'm working through upgrades to 3.0 and we have some legacy code that uses the deprecated DES_ecb_encrypt(). When I replace that with code that includes calling EVP_EncryptInit_ex(): int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, ENGINE *impl, const unsigned char...