(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.98 and 1.99

version 1.98, 2008/06/19 17:57:01 version 1.99, 2008/06/23 19:46:35
Line 838 
Line 838 
         X509_LOOKUP* pLookup;         X509_LOOKUP* pLookup;
  
         _crlStore.reset(X509_STORE_new());         _crlStore.reset(X509_STORE_new());
           if (_crlStore.get() == NULL)
           {
               PEG_METHOD_EXIT();
               throw PEGASUS_STD(bad_alloc)();
           }
  
         // the validity of the crlstore was checked in ConfigManager         // the validity of the crlstore was checked in ConfigManager
         // during server startup         // during server startup


Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2