In message <[EMAIL PROTECTED]> on Sat, 27 Dec 2003 02:33:36 +0100, Fr�d�ric Giudicelli 
<[EMAIL PROTECTED]> said:

groups> So I have to reimplement the code found in crypto\threads\th-lock.c?
groups> Is there a problem with those codes?
groups> Why aren't they compiled in the library by default?

The code in crypto/threads/ is just a program to test thread locking
in some specific environments.  It's not part of libcrypto and hasn't
ever been.  The reason is that we can't really assume anything about
threads and locking in all the environments where OpenSSL can be
built, and therefore left it to the applications to decide for
themselves how that should be handled.  Some environments (OpenVMS,
for example) even have several thread implementations, and the choice
between them comes down to how the application is linked.

-- 
Richard Levitte   \ Tunnlandsv�gen 3  \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to