Re: multi thread, example on win32 is wrong?

2010-09-02 Thread Lu zhuiyue
long id_function(void){ > > } > > On Thu, Sep 2, 2010 at 3:34 AM, Lu zhuiyue wrote: > >> the documentation (http://www.openssl.org/docs/crypto/threads.html) says >> >> to use openssl library in multi threds environments, the user should set >> thses

multi thread, example on win32 is wrong?

2010-09-02 Thread Lu zhuiyue
the documentation (http://www.openssl.org/docs/crypto/threads.html) says to use openssl library in multi threds environments, the user should set thses tow callback functions locking_function and threadid_func the example: *crypto/threads/mttest.c* on win32 platform: it does not set threadid_fun