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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -