xref: /minix3/lib/libc/md/md2hl.c (revision 2fe8fb192fe7e8720e3e7a77f928da545e872a6a)
1 /*	$NetBSD: md2hl.c,v 1.5 2005/06/12 05:34:34 lukem Exp $	*/
2 
3 /*
4  * Written by Jason R. Thorpe <thorpej@NetBSD.org>, April 29, 1997.
5  * Public domain.
6  */
7 
8 #include <sys/cdefs.h>
9 #if defined(LIBC_SCCS) && !defined(lint)
10 __RCSID("$NetBSD: md2hl.c,v 1.5 2005/06/12 05:34:34 lukem Exp $");
11 #endif /* LIBC_SCCS and not lint */
12 
13 #define	MDALGORITHM	MD2
14 
15 #include "namespace.h"
16 #include <md2.h>
17 
18 #if HAVE_NBTOOL_CONFIG_H
19 #include "nbtool_config.h"
20 #endif
21 
22 #if !HAVE_MD2_H
23 #include "mdXhl.c"
24 #endif
25