I downloaded source files from official OpenSSL site - (http://www.openssl.org/source/). I follow the INSTALL.M32 file in OpenSSL folder. I open msys.bat, go to the OpenSSL folder, then type
$ ./config It says "Configured for MinGW", than I type $ make and after few minutes receive error: md2test.c:1:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token Help, please.