I\'m trying to use openssl in a gcc program but it isn\'t working.
g++ server.cpp /usr/lib/libssl.a -o server
gives an error message, as d
In Eclipse IDE select Your Project property --> c/c++ Build --> Settings gcc c linker(from tools settings)--> add to Library Search Path (-L)
/usr/lib -lssl -lcrypto