[gnome-terminal] Remove stale comments



commit ea76ff9cefbc178b11020e476e37b18349e4b3f9
Author: Behdad Esfahbod <behdad behdad org>
Date:   Fri Jan 29 19:30:45 2010 -0500

    Remove stale comments

 src/skey/md5.c  |   17 -----------------
 src/skey/sha1.c |   14 --------------
 2 files changed, 0 insertions(+), 31 deletions(-)
---
diff --git a/src/skey/md5.c b/src/skey/md5.c
index e16d308..9447c15 100644
--- a/src/skey/md5.c
+++ b/src/skey/md5.c
@@ -1,20 +1,3 @@
-/*
- * This code implements the MD5 message-digest algorithm.
- * The algorithm is due to Ron Rivest.  This code was
- * written by Colin Plumb in 1993, no copyright is claimed.
- * This code is in the public domain; do with it what you wish.
- *
- * Equivalent code is available from RSA Data Security, Inc.
- * This code has been tested against that, and is equivalent,
- * except that you don't need to include two pages of legalese
- * with every copy.
- *
- * To compute the message digest of a chunk of bytes, declare an
- * MD5Context structure, pass it to MD5Init, call MD5Update as
- * needed on buffers full of bytes, and then call MD5Final, which
- * will fill a supplied 16-byte array with the digest.
- */
-
 #include <config.h>
 #include <stdlib.h>
 
diff --git a/src/skey/sha1.c b/src/skey/sha1.c
index 2098632..ac34ccc 100644
--- a/src/skey/sha1.c
+++ b/src/skey/sha1.c
@@ -1,17 +1,3 @@
-/*
- * SHA-1 in C
- * By Steve Reid <steve edmweb com>
- * 100% Public Domain
- *
- * Test Vectors (from FIPS PUB 180-1)
- * "abc"
- *   A9993E36 4706816A BA3E2571 7850C26C 9CD0D89D
- * "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"
- *   84983E44 1C3BD26E BAAE4AA1 F95129E5 E54670F1
- * A million repetitions of "a"
- *   34AA973C D4C4DAA4 F61EEB2B DBAD2731 6534016F
- */
-
 #include <config.h>
 
 #include <string.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]