I'm can't compile my project with openssl on Ubuntu. Yes, I'm install libssl-dev. My command for compile is: g++ --std=c++11 [files] -lssl
.
Write error like a:
"undefined reference to
RSA_generate_key
"
I'm using Google a lot of time for search solve for this problem. Please help compile my project. Maybe need install any others packages?