I have a project that uses OpenSSL to send and receive on a socket connection. I have added libssl.lib and libcrypto.lib to my configuration.
Project Properties -> Linker -> Input -> Additional Dependencies
But when I use Visual Studio dumpbin tool to check for the imports it is wanting the Dlls:
libssl-1_1-x64.dll
libcrypto-1_1-x64.dll
I am not sure how to include those two files statically as I thought that was what I was doing?