(file) Return to SSLContext.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/SSLContext.cpp between version 1.73 and 1.74

version 1.73, 2006/08/25 20:15:27 version 1.74, 2006/08/26 19:24:39
Line 506 
Line 506 
  
 #if defined(PEGASUS_HAVE_PTHREADS) && !defined(PEGASUS_OS_VMS) #if defined(PEGASUS_HAVE_PTHREADS) && !defined(PEGASUS_OS_VMS)
      // Set the ID callback. The ID callback returns a thread ID.      // Set the ID callback. The ID callback returns a thread ID.
      CRYPTO_set_id_callback((CRYPTO_SET_ID_CALLBACK) pthread_self());       CRYPTO_set_id_callback((CRYPTO_SET_ID_CALLBACK) pthread_self);
 #endif #endif
  
      // Set the locking callback to pegasus_locking_callback.      // Set the locking callback to pegasus_locking_callback.


Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2