(RESOLVED!) openssl-1.0.0 build failure on MinGW/MSYS

2010-04-07 Thread Robert A. Lerche
One more definition is required in wincrypt.h: sh-3.1$ diff wincrypt.h~ wincrypt.h 1323a1324,1325 >BOOL WINAPI CryptEnumProvidersA( DWORD, DWORD *, DWORD, DWORD *, LPSTR, DWORD *) ; > After that... ALL TESTS SUCCESSFUL. make[1]: Leaving directory `/home/ral/openssl-

openssl-1.0.0 build failure on MinGW/MSYS

2010-04-07 Thread Robert A. Lerche
I am trying to build the newly-released openssl (1.0.0) in a basic MinGW environment. I have tried both the automatic MinGW installer, which installs gcc 3.4.5 (fairly old), and a manual install of the current (not "proposed") gcc, version 4.4.0. The first error is 3 missing definitions in winc