I compile program using openSSL and during compilation I am getting:
error C3861: fips_aes_cbc_encrypt: identifier not found
and functions AES_cbc_encrypt marked with red underline.
What does it mean and how do I fix it?
I compile program using openSSL and during compilation I am getting:
error C3861: fips_aes_cbc_encrypt: identifier not found
and functions AES_cbc_encrypt marked with red underline.
What does it mean and how do I fix it?