I am trying to use openssl in a gcc program, but it does not work properly.
g++ server.cpp /usr /lib/libssl.a -o server gives an error message, just like the -l option. What must I type on t
I am trying to use openssl in a gcc program, but it does not work properly.
g++ server.cpp /usr /lib/libssl.a -o server gives an error message, just like the -l option. What must I type on t