xref: /netbsd/lib/libc/md/md4hl.c (revision bf9ec67e)
1 /*	$NetBSD: md4hl.c,v 1.3 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	MD4
9 
10 #include "namespace.h"
11 #include <md4.h>
12 
13 #if HAVE_CONFIG_H
14 #include "config.h"
15 #endif
16 
17 #if !HAVE_MD4_H
18 #include "mdXhl.c"
19 #endif
20