Compile OpenSSL from source using Xilinx EDK
- by Asanka
I want to use openSSL functions in my xilinx C++ project. So i downloaded the source and tried to compile using the makefile. But unfortunately the linux box I was provided did not contained the required software (perl5, make, etc) to compile the source using makefile.
So as the second option i tried to compile the source as a shared library. So i…