summaryrefslogtreecommitdiff
path: root/cipher/sha1.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-05-02 14:09:27 +0000
committerWerner Koch <wk@gnupg.org>2002-05-02 14:09:27 +0000
commit9e4c8a9ed1ea23264295969053c6a09965ec224d (patch)
tree656e5407aa8cf3225db1d98caddb1b9d17b4037b /cipher/sha1.c
parent5c1359f10190b23c5d95dfd711809cb656e600dc (diff)
downloadlibgcrypt-9e4c8a9ed1ea23264295969053c6a09965ec224d.tar.gz
* random.c (_gcry_fast_random_poll): Initialize the module so the
mutex can be used. * primegen.c (small_prime_numbers): Moved table from smallprime.c * smallprime.c: Fiel removed. * des.c (leftkey_swap, rightkey_swap, working_memcmp): Made static. * cipher.c (gcry_cipher_map_name): Map "RIJNDAEL" to "AES". * rijndael.c (rijndael_get_info): We do only support a 128 bit blocksize so it makes sense to change the algorithm strings to AES. * tiger.c (tiger_final): Removed superfluous token pasting operators. * md5.c (md5_final): Ditto.
Diffstat (limited to 'cipher/sha1.c')
-rw-r--r--cipher/sha1.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cipher/sha1.c b/cipher/sha1.c
index 8f0cfc19..1ed6514a 100644
--- a/cipher/sha1.c
+++ b/cipher/sha1.c
@@ -1,7 +1,5 @@
/* sha1.c - SHA1 hash function
- * Copyright (C) 1998, 2001 Free Software Foundation, Inc.
- *
- * Please see below for more legal information!
+ * Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
*