I am getting a linker error with: /usr/bin/ld: cannot find -lcrypto
echo $LD_LIBRARY_PATH gives me /usr/lib
In /usr/lib there is a libcrypto.so.1.0.0
And in my gcc line in the Makefile I have a -lcrypto flag added.
I am not sure how I can fix this problem.