NetBSD/lib/libc/md/md2hl.c
bjh21 bcaedc129c Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on their
not being in the host libc.
This will be necessary to make cksum into a host tool.
2002-03-31 12:58:54 +00:00

20 lines
310 B
C

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