c++ - Going mad trying to compile against OpenSSL/libcrypto -
i have been trying 3 days now. driving me nuts.
as can imagine i'm quite new c++.
can give me step step instructions hello world program making use of function in openssl , compile cygwin shell on windows.
you forgot link libcrypto. append -lcrypto linker flags.
Comments
Post a Comment