Home | History | Annotate | Line # | Download | only in md
md2hl.c revision 1.1
      1  1.1  atatat /*	$NetBSD: md2hl.c,v 1.1 2001/03/19 04:13:17 atatat Exp $	*/
      2  1.1  atatat 
      3  1.1  atatat /*
      4  1.1  atatat  * Written by Jason R. Thorpe <thorpej (at) netbsd.org>, April 29, 1997.
      5  1.1  atatat  * Public domain.
      6  1.1  atatat  */
      7  1.1  atatat 
      8  1.1  atatat #define	MDALGORITHM	MD2
      9  1.1  atatat 
     10  1.1  atatat #include "namespace.h"
     11  1.1  atatat #include <md2.h>
     12  1.1  atatat 
     13  1.1  atatat #include "mdXhl.c"
     14