home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 December / PCO_1298.ISO / filesbbs / os2 / fn128os2.arj / FN128OS2.ZIP / fn128os2 / src / README < prev    next >
Encoding:
Text File  |  1998-10-02  |  907 b   |  20 lines

  1.  
  2. Along with the source code for the 'fortify' program, this
  3. directory also contains the source code for 'md5', a program 
  4. that calculates md5 checksums on an input file.  The source
  5. is partially derived from the code of the same name in the
  6. SSLeay distribution (version 0.6.3 was used as the reference).
  7.  
  8. Differences against the SSLeay version include fixes for two
  9. minor problems in the Win32 environment, plus code to accept
  10. and process a range specification, so that an md5 value can
  11. optionally be calculated on a sub-part of the input file.
  12.  
  13. All these programs were compiled using 'gcc' (a fine piece of
  14. compiler technology) on all Unix platforms.  Under Windows 95/NT,
  15. the Cygnus GnuWin32 development environment was used, together
  16. with the Mimimalist GnuWin32 add-on package.  Under OS/2, the
  17. Watcom v10 C compiler was used, in combination with the ports
  18. of the Unix 'lex' scanner and 'yacc' parser.
  19.  
  20.