1 1.1.2.2 nathanw /* $NetBSD: md2hl.c,v 1.1.2.2 2001/10/08 20:20:01 nathanw Exp $ */ 2 1.1.2.2 nathanw 3 1.1.2.2 nathanw /* 4 1.1.2.2 nathanw * Written by Jason R. Thorpe <thorpej (at) netbsd.org>, April 29, 1997. 5 1.1.2.2 nathanw * Public domain. 6 1.1.2.2 nathanw */ 7 1.1.2.2 nathanw 8 1.1.2.2 nathanw #define MDALGORITHM MD2 9 1.1.2.2 nathanw 10 1.1.2.2 nathanw #include "namespace.h" 11 1.1.2.2 nathanw #include <md2.h> 12 1.1.2.2 nathanw 13 1.1.2.2 nathanw #include "mdXhl.c" 14