diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-11 02:43:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-11 02:43:35 +0000 |
commit | 4483f2c0f8b6ace6dbc94a1da5a083e99310c267 (patch) | |
tree | a36b9baf08adaf89644c49225891b251d7558db9 /crypt | |
parent | adee0e1f174ed6ac1c146c1a042dca6c1b020173 (diff) | |
download | glibc-4483f2c0f8b6ace6dbc94a1da5a083e99310c267.tar.gz |
* crypt/md5-crypt.c: Doc fix.
Diffstat (limited to 'crypt')
-rw-r--r-- | crypt/md5-crypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypt/md5-crypt.c b/crypt/md5-crypt.c index 8cd23e3fa6..ededfaec71 100644 --- a/crypt/md5-crypt.c +++ b/crypt/md5-crypt.c @@ -1,4 +1,5 @@ /* One way encryption based on MD5 sum. + Compatible with the behavior of MD5 crypt introduced in FreeBSD 2.0. Copyright (C) 1996,1997,1999,2000,2001,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. |