1 1.1.2.3 nathanw /* $NetBSD: md2hl.c,v 1.1.2.3 2002/04/25 04:01:44 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.3 nathanw #if HAVE_CONFIG_H 14 1.1.2.3 nathanw #include "config.h" 15 1.1.2.3 nathanw #endif 16 1.1.2.3 nathanw 17 1.1.2.3 nathanw #if !HAVE_MD2_H 18 1.1.2.2 nathanw #include "mdXhl.c" 19 1.1.2.3 nathanw #endif 20