How to create an executable for windows from C source that includes openssl
I’m trying to create a Windows executable from C and I want to include openssl in it, so that the system that will run it, won’t need to have openssl installed.
I’m compiling on a Windows machine, using gcc.