How to use CRYPTO_ctr128_encrypt in c for libcrypto.so.1.1?
I changed the linking of my binary from libcrypto.so.10 to libcrypto.so.1.1. I intend to run this binary on RHEL version 8.8. This required me to change AES_ctr128_encrypt() function to CRYPTO_ctr128_encrypt(). There is an extra parameter which is the structure block128_f used in this. It has two char arrays and one key field.