NetBSD/lib/libc/md/md4hl.c

25 lines
492 B
C
Raw Normal View History

2005-06-12 09:34:34 +04:00
/* $NetBSD: md4hl.c,v 1.6 2005/06/12 05:34:34 lukem Exp $ */
/*
2003-07-26 23:24:24 +04:00
* Written by Jason R. Thorpe <thorpej@NetBSD.org>, April 29, 1997.
* Public domain.
*/
2005-06-12 09:34:34 +04:00
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: md4hl.c,v 1.6 2005/06/12 05:34:34 lukem Exp $");
#endif /* LIBC_SCCS and not lint */
#define MDALGORITHM MD4
#include "namespace.h"
#include <md4.h>
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
#if !HAVE_MD4_H
#include "mdXhl.c"
#endif