NetBSD/lib/libc/md/md5hl.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: md5hl.c,v 1.1 1997/04/30 00:40:46 thorpej Exp $ */
/*
* Written by Jason R. Thorpe <thorpej@netbsd.org>, April 29, 1997.
* Public domain.
*/
#define MDALGORITHM MD5
#include <md5.h>
#include "mdXhl.c"