>> int OPENSSL_config(void)
>> {
>>     return OPENSSL_config();
>> }

That first line should be:

    int OPENSSL_noconfig(void)

Reply via email to