NetBSD/lib/libc/md/md4hl.c
thorpej 30e6b470fc - Liberal application of suggestions in /usr/share/misc/style.
- Don't use sed(1) to generate these files.  The C preprocessor
  is your friend.
1997-04-30 00:40:44 +00:00

13 lines
220 B
C

/* $NetBSD: md4hl.c,v 1.1 1997/04/30 00:40:45 thorpej Exp $ */
/*
* Written by Jason R. Thorpe <thorpej@netbsd.org>, April 29, 1997.
* Public domain.
*/
#define MDALGORITHM MD4
#include <md4.h>
#include "mdXhl.c"