In the main.cpp, there are few commented lines where OpenSSL calls are done. I suppose I need to uncomment it and include the OpenSSL "include" folder in the path.
Method I used : project settings > simulation > edit CFLAGS > put/the/path/to/OpenSSL/include/folder
I've done that but still saying "undefined reference to (...)" for every OpenSSL function call.
In the main.cpp, there are few commented lines where OpenSSL calls are done. I suppose I need to uncomment it and include the OpenSSL "include" folder in the path.
Method I used : project settings > simulation > edit CFLAGS > put/the/path/to/OpenSSL/include/folder
I've done that but still saying "undefined reference to (...)" for every OpenSSL function call.
If anyone has a clue so far...