2002-03-31 16:58:54 +04:00
|
|
|
/* $NetBSD: md4hl.c,v 1.3 2002/03/31 12:58:56 bjh21 Exp $ */
|
1997-04-30 04:40:44 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Written by Jason R. Thorpe <thorpej@netbsd.org>, April 29, 1997.
|
|
|
|
* Public domain.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define MDALGORITHM MD4
|
|
|
|
|
1998-10-20 21:04:45 +04:00
|
|
|
#include "namespace.h"
|
1997-04-30 04:40:44 +04:00
|
|
|
#include <md4.h>
|
|
|
|
|
2002-03-31 16:58:54 +04:00
|
|
|
#if HAVE_CONFIG_H
|
|
|
|
#include "config.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if !HAVE_MD4_H
|
1997-04-30 04:40:44 +04:00
|
|
|
#include "mdXhl.c"
|
2002-03-31 16:58:54 +04:00
|
|
|
#endif
|