The Whole Error is as follows: \" The ordinal 112 could not be located in the dynamic link library D:\\GNU-C-compiler\\GNUstep\\bin\\openssl.exe \"
i\'ve been search
Had the same problem using OpenSSL 1.0.2g - the missing function was "SSLv2_client_method" (113, the missing ordinal message seems to be off-by-one).
Changes between 1.0.2f and 1.0.2g [1 Mar 2016]