xref: /netbsd/lib/libc/md/md2hl.c (revision bf9ec67e)
1 /*	$NetBSD: md2hl.c,v 1.2 2002/03/31 12:58:56 bjh21 Exp $	*/
2 
3 /*
4  * Written by Jason R. Thorpe <thorpej@netbsd.org>, April 29, 1997.
5  * Public domain.
6  */
7 
8 #define	MDALGORITHM	MD2
9 
10 #include "namespace.h"
11 #include <md2.h>
12 
13 #if HAVE_CONFIG_H
14 #include "config.h"
15 #endif
16 
17 #if !HAVE_MD2_H
18 #include "mdXhl.c"
19 #endif
20