When I use these functions AES_cfb128_encrypt()
and AES_set_encrypt_key()
including oepnssl library I got error as
undefined reference to AES_cfb128_encrypt() and undefined reference to AES_encrypt_key().
Please tell me how to fix this error?