[svn-commits] russell: trunk r205150 - /trunk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 8 10:54:45 CDT 2009


Author: russell
Date: Wed Jul  8 10:54:42 2009
New Revision: 205150

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=205150
Log:
Blocked revisions 205149 via svnmerge

........
  r205149 | russell | 2009-07-08 10:54:21 -0500 (Wed, 08 Jul 2009) | 8 lines
  
  Make OpenSSL usage thread-safe.
  
  OpenSSL is not thread-safe by default.  However, making it thread safe is
  very easy.  We just have to provide a couple of callbacks.  One callback
  returns a thread ID.  The other handles locking.  For more information,
  start with the "Is OpenSSL thread-safe?" question on the FAQ page of
  openssl.org.
........

Modified:
    trunk/   (props changed)

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.




More information about the svn-commits mailing list