[Sumover-dev] [svn commit] r4102 - common/trunk/src

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Oct 9 00:56:01 BST 2007


Author: turam
Date: Tue Oct  9 00:55:57 2007
New Revision: 4102

Modified:
   common/trunk/src/rtp.c

Log:
Add missing bracket

Modified: common/trunk/src/rtp.c
==============================================================================
--- common/trunk/src/rtp.c	(original)
+++ common/trunk/src/rtp.c	Tue Oct  9 00:55:57 2007
@@ -3125,7 +3125,7 @@
 		  debug_msg("Using Encryption algorithm \"%s\" \n",
 		      session->encryption_algorithm);
 		  return rijndael_initialize(session, hash, sizeof(hash));
-		} else  /* Fallback to DES */
+		} else  /* Fallback to DES */ {
 		  strcpy(session->encryption_algorithm,"DES");
 		  debug_msg("Using Encryption algorithm \"%s\" \n",
 		      session->encryption_algorithm);



More information about the Sumover-dev mailing list