1 1.2 kleink /* $NetBSD: md4hl.c,v 1.2 1998/10/20 17:04:45 kleink 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 MD4 9 1.1 thorpej 10 1.2 kleink #include "namespace.h" 11 1.1 thorpej #include <md4.h> 12 1.1 thorpej 13 1.1 thorpej #include "mdXhl.c" 14