diff options
author | 2015-05-27 09:03:32 +0200 | |
---|---|---|
committer | 2015-05-27 09:03:32 +0200 | |
commit | 64e16ca8cf6f8f3f63a9a7604153a8c4725a7cf4 (patch) | |
tree | 2fbbee881d0f776a829723792eb72feea9bd0061 /src/lib/util/md5.c | |
parent | e5caefbfbd7322e38ccfe6e1518efb50b20cef53 (diff) |
Cleanups and version bumpmame0162
Diffstat (limited to 'src/lib/util/md5.c')
-rw-r--r-- | src/lib/util/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/md5.c b/src/lib/util/md5.c index c777cd998f5..1fdcb26de03 100644 --- a/src/lib/util/md5.c +++ b/src/lib/util/md5.c @@ -1,5 +1,5 @@ // license:Public Domain -// copyright-holders:Colin Plumb +// copyright-holders:Colin Plumb /* * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was |