For windows, too, I do not understand how to build. I do so, but get an error
perl Configure VC-WIN32
nmake
NMAKE : fatal error U1077: 'rc' : return code '0x1'
But it's not terrible - I found lib under Windows.
OpenSSL sources are a hell of a mix of C and Perl. And as I understand it, you first need to configure them with perl for the desired compiler, and then build them.
Here's a great advice: How to link OpenSSL with emscripten? "Compile the two libraries : crypto and openssl with emscripten" Good idea, but how do I do that?
Here is a similar question, but this is how I understood it under unix: Linking OpenSSL with webassembly
Maybe there is a ready-made library somewhere? Will this library built in unix for windows work?