1 1.1 thorpej /* $NetBSD: md5hl.c,v 1.1 1997/04/30 00:40:46 thorpej Exp $ */ 2 1.1 thorpej 3 1.1 thorpej /* 4 1.1 thorpej * Written by Jason R. Thorpe <thorpej (at) netbsd.org>, April 29, 1997. 5 1.1 thorpej * Public domain. 6 1.1 thorpej */ 7 1.1 thorpej 8 1.1 thorpej #define MDALGORITHM MD5 9 1.1 thorpej 10 1.1 thorpej #include <md5.h> 11 1.1 thorpej 12 1.1 thorpej #include "mdXhl.c" 13