aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/md5/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/digest/md5/md5.c')
-rw-r--r--ext/digest/md5/md5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/digest/md5/md5.c b/ext/digest/md5/md5.c
index 4ff280bb0a..19fe54a693 100644
--- a/ext/digest/md5/md5.c
+++ b/ext/digest/md5/md5.c
@@ -61,7 +61,7 @@
*/
#include <string.h>
int
-main()
+main(void)
{
static const char *const test[7*2] = {
"", "d41d8cd98f00b204e9800998ecf8427e",
@@ -102,7 +102,7 @@ main()
#ifdef COMPUTE_T_VALUES
#include <math.h>
int
-main()
+main(void)
{
int i;
for (i = 1; i <= 64; ++i) {