r3404 - trunk/libmcrypto/source
erik at minisip.org
erik at minisip.org
Thu Aug 30 15:29:59 CEST 2007
Author: erik
Date: 2007-08-30 15:29:59 +0200 (Thu, 30 Aug 2007)
New Revision: 3404
Modified:
trunk/libmcrypto/source/SipSimSoft.cxx
Log:
* We should not massert that we have a chain containing certificates
(then minisip don't work without certificates).
Thanks to Mikael Magnusson for spotting this problem.
Modified: trunk/libmcrypto/source/SipSimSoft.cxx
===================================================================
--- trunk/libmcrypto/source/SipSimSoft.cxx 2007-08-28 15:27:25 UTC (rev 3403)
+++ trunk/libmcrypto/source/SipSimSoft.cxx 2007-08-30 13:29:59 UTC (rev 3404)
@@ -7,8 +7,6 @@
SipSimSoft::SipSimSoft(MRef<CertificateChain*> chain, MRef<CertificateSet*> cas)
{
- massert(chain);
- massert(chain->getFirst());
certChain = chain;
ca_set = cas;
}
More information about the Minisip-devel
mailing list