
Along with the source code for the 'fortify' program, this
directory also contains the source code for 'md5', a program 
that calculates md5 checksums on an input file.  The source
is partially derived from the code of the same name in the
SSLeay distribution (version 0.6.3 was used as the reference).

Differences against the SSLeay version include fixes for two
minor problems in the Win32 environment, plus code to accept
and process a range specification, so that an md5 value can
optionally be calculated on a sub-part of the input file.

All these programs were compiled using 'gcc' (a fine piece of
compiler technology) on all platforms.  Under Windows 95/NT,
the Cygnus GnuWin32 development environment was used, together
with the Mimimalist GnuWin32 add-on package.
