Skip to content
Snippets Groups Projects
Commit 48579538 authored by Russell Bryant's avatar Russell Bryant
Browse files

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.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@205150 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0e8c6302
No related branches found
No related tags found
No related merge requests found
Showing
No files found.
with 0 additions and 0 deletions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment