I'm currently receiving this error and was hoping someone could help me resolve it. When I call the AES_wrap_key or AES_unwrap_key functions I get the following error:
hostapd: symbol lookup error: hostapd: undefined symbol: AES_wrap_key I don't have any problems with the EVP_DigestInit, EVP_DigestUpdate or EVP_DigestFinal and the code I'm placing was using AES_set_encrypt_key. Any ideas?