Home | History | Annotate | Line # | Download | only in md
md5hl.c revision 1.5
      1  1.5    lukem /*	$NetBSD: md5hl.c,v 1.5 2003/10/27 00:12:42 lukem Exp $	*/
      2  1.1  thorpej 
      3  1.1  thorpej /*
      4  1.4     salo  * Written by Jason R. Thorpe <thorpej (at) NetBSD.org>, April 29, 1997.
      5  1.1  thorpej  * Public domain.
      6  1.1  thorpej  */
      7  1.1  thorpej 
      8  1.1  thorpej #define	MDALGORITHM	MD5
      9  1.1  thorpej 
     10  1.2   kleink #include "namespace.h"
     11  1.1  thorpej #include <md5.h>
     12  1.1  thorpej 
     13  1.5    lukem #if HAVE_NBTOOL_CONFIG_H
     14  1.5    lukem #include "nbtool_config.h"
     15  1.3    bjh21 #endif
     16  1.3    bjh21 
     17  1.3    bjh21 #if !HAVE_MD5_H
     18  1.1  thorpej #include "mdXhl.c"
     19  1.3    bjh21 #endif
     20