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

Diff for /pegasus/src/Pegasus/Common/SSLContextRep.h between version 1.31 and 1.34

version 1.31, 2008/02/26 19:24:16 version 1.34, 2008/06/20 17:20:36
Line 44 
Line 44 
 #endif #endif
  
 #include <Pegasus/Common/SSLContext.h> #include <Pegasus/Common/SSLContext.h>
 #include <Pegasus/Common/Linkage.h>  
 #include <Pegasus/Common/Mutex.h> #include <Pegasus/Common/Mutex.h>
 #include <Pegasus/Common/Threads.h> #include <Pegasus/Common/Threads.h>
 #include <Pegasus/Common/Tracer.h> #include <Pegasus/Common/Tracer.h>
Line 58 
Line 57 
 { {
     typedef void (* CRYPTO_SET_LOCKING_CALLBACK)(int, int, const char *, int);     typedef void (* CRYPTO_SET_LOCKING_CALLBACK)(int, int, const char *, int);
     typedef unsigned long (* CRYPTO_SET_ID_CALLBACK)(void);     typedef unsigned long (* CRYPTO_SET_ID_CALLBACK)(void);
 };  }
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 252 
Line 251 
  
     SSLCertificateVerifyFunction* getSSLCertificateVerifyFunction() const;     SSLCertificateVerifyFunction* getSSLCertificateVerifyFunction() const;
  
       /**
           Checks if the certificate associated with this SSL context has expired
           or is not yet valid.
           @exception SSLException if the certificate is determined to be invalid.
       */
       void validateCertificate();
   
 private: private:
  
 #ifdef PEGASUS_HAS_SSL #ifdef PEGASUS_HAS_SSL


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2