xt is 16 bytes in my production code (its read from external source);
hard coded it here; sorry for missed detail; didn't mean to waste ur time.
From: Dave Thompson
To: 'Purushotham Nayak' ;
openssl-users@openssl.org
Sent: Wednesday, December 31,
I have some data that was encrypted using the openssl (`AES_*`) functions. I
want update this code to use the newer (EVP_*) functions which are FIPS
compliant. But I should be able to decrypt data that was encrypted using the
old code.
I've pasted below both the old and the new code. The encrypt