2002-03-31 16:58:54 +04:00
|
|
|
/* $NetBSD: md2hl.c,v 1.2 2002/03/31 12:58:56 bjh21 Exp $ */
|
2001-03-19 07:13:16 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Written by Jason R. Thorpe <thorpej@netbsd.org>, April 29, 1997.
|
|
|
|
* Public domain.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define MDALGORITHM MD2
|
|
|
|
|
|
|
|
#include "namespace.h"
|
|
|
|
#include <md2.h>
|
|
|
|
|
2002-03-31 16:58:54 +04:00
|
|
|
#if HAVE_CONFIG_H
|
|
|
|
#include "config.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if !HAVE_MD2_H
|
2001-03-19 07:13:16 +03:00
|
|
|
#include "mdXhl.c"
|
2002-03-31 16:58:54 +04:00
|
|
|
#endif
|