I have followed a tutorial on how to build and Link OpenSSL using Visual Studios however when testing I have got loads of Linker errors which leads me to belive that I probably did something wrong when setting up OpenSSL.
One of the errors I got (they all looked very similar): LNK2001 Not resolved extern Symbol "__imp_gethostbyname" - libcrypto.lib(libcrypto-lib-bio_addr.obj)
I got a total of 34 of those kind of error messages (sorry if my translation of the exact error message is not 100% accurate as my Visual Studio isn't in english).
So the way I Linked the Library following my tutorial was as follows: