2005-06-12 09:34:34 +04:00
|
|
|
/* $NetBSD: md2hl.c,v 1.5 2005/06/12 05:34:34 lukem Exp $ */
|
2001-03-19 07:13:16 +03:00
|
|
|
|
|
|
|
/*
|
2003-07-26 23:24:24 +04:00
|
|
|
* Written by Jason R. Thorpe <thorpej@NetBSD.org>, April 29, 1997.
|
2001-03-19 07:13:16 +03:00
|
|
|
* Public domain.
|
|
|
|
*/
|
|
|
|
|
2005-06-12 09:34:34 +04:00
|
|
|
#include <sys/cdefs.h>
|
|
|
|
#if defined(LIBC_SCCS) && !defined(lint)
|
|
|
|
__RCSID("$NetBSD: md2hl.c,v 1.5 2005/06/12 05:34:34 lukem Exp $");
|
|
|
|
#endif /* LIBC_SCCS and not lint */
|
|
|
|
|
2001-03-19 07:13:16 +03:00
|
|
|
#define MDALGORITHM MD2
|
|
|
|
|
|
|
|
#include "namespace.h"
|
|
|
|
#include <md2.h>
|
|
|
|
|
2003-10-27 03:12:41 +03:00
|
|
|
#if HAVE_NBTOOL_CONFIG_H
|
|
|
|
#include "nbtool_config.h"
|
2002-03-31 16:58:54 +04:00
|
|
|
#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
|