MD5File() always returns the same digest on my OBSD 3.7..

From: Gary (heyyo_at_yahoo.com)
Date: 05/30/05


Date: Mon, 30 May 2005 18:58:20 +0800

Can anybody help?

char buf[128];
printf("%s\n", MD5File("somefile", buf));

Chaging the content of somefile won't change anything and it'll just return
the same digest.
I've tried on FreeBSD and there's nothing wrong with it.

Weird enough?