diff options
Diffstat (limited to 'libbb/md5.c')
-rw-r--r-- | libbb/md5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/md5.c b/libbb/md5.c index 58be40b6a..5ad65804a 100644 --- a/libbb/md5.c +++ b/libbb/md5.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * md5.c - Compute MD5 checksum of strings according to the | 3 | * md5.c - Compute MD5 checksum of strings according to the |
3 | * definition of MD5 in RFC 1321 from April 1992. | 4 | * definition of MD5 in RFC 1321 from April 1992. |