Package Details: md5 2.3-1

Git Clone URL: https://aur.archlinux.org/md5.git (read-only, click to copy)
Package Base: md5
Description: An md5 hash printing utility, that can have files or strings as input
Upstream URL: http://www.fourmilab.ch/md5/
Licenses: custom
Submitter: None
Maintainer: Dragonlord
Last Packager: Dragonlord
Votes: 16
Popularity: 0.000000
First Submitted: 2006-06-22 13:23 (UTC)
Last Updated: 2015-06-28 15:41 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

micwoj92 commented on 2025-10-26 20:53 (UTC)

Build fails:

main.c:112:21: error: too many arguments to function ‘MD5Init’; expected 0, have 1
  112 |                     MD5Init(&md5c);
      |                     ^~~~~~~ ~~~~~
In file included from main.c:22:
md5.h:38:13: note: declared here
   38 | extern void MD5Init();
      |             ^~~~~~~
main.c:113:21: error: too many arguments to function ‘MD5Update’; expected 0, have 3
  113 |                     MD5Update(&md5c, (unsigned char *) (cp + 1), strlen(cp + 1));
      |                     ^~~~~~~~~ ~~~~~
md5.h:39:13: note: declared here
   39 | extern void MD5Update();
      |             ^~~~~~~~~
main.c:240:13: error: too many arguments to function ‘MD5Init’; expected 0, have 1
  240 |             MD5Init(&md5c);
      |             ^~~~~~~ ~~~~~
md5.h:38:13: note: declared here
   38 | extern void MD5Init();
      |             ^~~~~~~
main.c:242:17: error: too many arguments to function ‘MD5Update’; expected 0, have 3
  242 |                 MD5Update(&md5c, buffer, (unsigned) j);
      |                 ^~~~~~~~~ ~~~~~
md5.h:39:13: note: declared here
   39 | extern void MD5Update();
      |             ^~~~~~~~~
main.c:249:9: error: too many arguments to function ‘MD5Final’; expected 0, have 2
  249 |         MD5Final(signature, &md5c);
      |         ^~~~~~~~ ~~~~~~~~~
md5.h:40:13: note: declared here
   40 | extern void MD5Final();
      |             ^~~~~~~~
make: *** [<builtin>: md5.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [<builtin>: main.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...