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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -