Xilinx / Vitis_Libraries

Vitis Libraries
https://docs.xilinx.com/r/en-US/Vitis_Libraries
Apache License 2.0
894 stars 356 forks source link

OpenSSL calls issue #176

Open quentingourier opened 1 year ago

quentingourier commented 1 year ago

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...