xref: /netbsd-src/lib/libc/md/md5hl.c (revision da5f4674a3fc214be3572d358b66af40ab9401e7)
1 /*	$NetBSD: md5hl.c,v 1.4 2003/07/26 19:24:47 salo Exp $	*/
2 
3 /*
4  * Written by Jason R. Thorpe <thorpej@NetBSD.org>, April 29, 1997.
5  * Public domain.
6  */
7 
8 #define	MDALGORITHM	MD5
9 
10 #include "namespace.h"
11 #include <md5.h>
12 
13 #if HAVE_CONFIG_H
14 #include "config.h"
15 #endif
16 
17 #if !HAVE_MD5_H
18 #include "mdXhl.c"
19 #endif
20