Using OpenSSL AES encrypting. Library connected well, rsa commands works well. When i use AES cant reach methods from libcrypto.a.(But when i use RSA methods in code, aes works well. No RSA -> no AES)
Error is: Undefined symbols for architecture x86_64: "_OPENSSL_ia32cap_P", referenced from: _AES_cbc_encrypt in libcrypto.a(aes-x86_64.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
PS. This topic doesn't help