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

Diff for /pegasus/src/Pegasus/Common/SSLContext.h between version 1.37 and 1.38

version 1.37, 2005/07/12 18:42:31 version 1.38, 2005/07/12 18:56:12
Line 76 
Line 76 
     // index to the application-specific data in the SSL connection object     // index to the application-specific data in the SSL connection object
     static const int SSL_CALLBACK_INDEX;     static const int SSL_CALLBACK_INDEX;
  
 #ifdef PEGASUS_USE_DEPRECATED_INTERFACES  
     SSLCallbackInfo(SSLCertificateVerifyFunction* verifyCert);     SSLCallbackInfo(SSLCertificateVerifyFunction* verifyCert);
 #endif  
  
     SSLCallbackInfo(SSLCertificateVerifyFunction* verifyCert,      SSLCallbackInfo(
                     X509_STORE* crlStore = NULL);          SSLCertificateVerifyFunction* verifyCert,
           X509_STORE* crlStore);
  
     ~SSLCallbackInfo();     ~SSLCallbackInfo();
  


Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2