r3418 - trunk/libmikey/mikey

erik at minisip.org erik at minisip.org
Thu Sep 6 14:14:37 CEST 2007


Author: erik
Date: 2007-09-06 14:14:37 +0200 (Thu, 06 Sep 2007)
New Revision: 3418

Modified:
   trunk/libmikey/mikey/MikeyPayloadCERT.cxx
Log:

 * Commited Mikael Magnussons x86_64 compile fix for libmikey.



Modified: trunk/libmikey/mikey/MikeyPayloadCERT.cxx
===================================================================
--- trunk/libmikey/mikey/MikeyPayloadCERT.cxx	2007-09-04 21:32:37 UTC (rev 3417)
+++ trunk/libmikey/mikey/MikeyPayloadCERT.cxx	2007-09-06 12:14:37 UTC (rev 3418)
@@ -45,7 +45,7 @@
 	this->type = type;
 	this->certLengthValue = cert->getDerLength();
 	this->certDataPtr = new byte_t[ certLengthValue ];
-	size_t size = certLengthValue;
+	unsigned int size = certLengthValue;
 	cert->getDer( this->certDataPtr, &size );
 }
 



More information about the Minisip-devel mailing list