summaryrefslogtreecommitdiff
path: root/libcrypt
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-12 11:06:41 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-12 11:06:41 +0000
commit1817cd16b2b8abc2eb9fe39a3a898319e7fdc80c (patch)
tree5d5997fa1b8feb4927a4fb5efeeaed159903dab5 /libcrypt
parente433ede08ba069f5100737e22eb8627187ae8f92 (diff)
remove a trivial comment. no code changes
Diffstat (limited to 'libcrypt')
-rw-r--r--libcrypt/md5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrypt/md5.c b/libcrypt/md5.c
index 145e7735a..f7ddc77cc 100644
--- a/libcrypt/md5.c
+++ b/libcrypt/md5.c
@@ -98,8 +98,6 @@ static void __md5_Transform __P((u_int32_t [4], const unsigned char [64]));
#define MD5_MAGIC_STR "$1$"
#define MD5_MAGIC_LEN (sizeof(MD5_MAGIC_STR) - 1)
static const unsigned char __md5__magic[] = MD5_MAGIC_STR;
-/* This string is magic for this algorithm. Having
- * it this way, we can get better later on */
static const unsigned char __md5_itoa64[] = /* 0 ... 63 => ascii - 64 */
"./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";