diff src/cipher.c @ 14035:8bda65b88e49

[gaim-migrate @ 16638] A bunch of small changes. Mostly remove "if not null" checks before calling g_free, g_list_free, g_slist_free and g_strdup. Also use g_list_foreach() to call g_free to free strings in an array. And some whitespace changes here and there. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Aug 2006 08:27:39 +0000
parents ff94569010f5
children
line wrap: on
line diff
--- a/src/cipher.c	Sat Aug 05 05:42:28 2006 +0000
+++ b/src/cipher.c	Sat Aug 05 08:27:39 2006 +0000
@@ -10,7 +10,7 @@
  *
  * Original md4 taken from linux kernel
  * MD4 Message Digest Algorithm (RFC1320).
- * 
+ *
  * Implementation derived from Andrew Tridgell and Steve French's
  * CIFS MD4 implementation, and the cryptoapi implementation
  * originally based on the public domain implementation written
@@ -26,16 +26,16 @@
  *
  * des.c - DES and Triple-DES encryption/decryption Algorithm
  *	Copyright (C) 1998 Free Software Foundation, Inc.
- *	
+ *
  *	Please see below for more legal information!
- *	
+ *
  *	 According to the definition of DES in FIPS PUB 46-2 from December 1993.
  *	 For a description of triple encryption, see:
  *	   Bruce Schneier: Applied Cryptography. Second Edition.
  *	   John Wiley & Sons, 1996. ISBN 0-471-12845-7. Pages 358 ff.
- *	
+ *
  *	 This file is part of GnuPG.
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or