OpenSSL Encryption (c++) EVP_DecryptFinal_ex detects different padding to applied EVP_EncryptFinal_ex padding
My C++ program which implements OpenSSL Encryption and Decryption has an inconsistency relating to the padding when I attempt to decrypt an encrypted file.