Home | History | Annotate | Line # | Download | only in md
md4hl.c revision 1.2.12.1
      1  1.2.12.1  nathanw /*	$NetBSD: md4hl.c,v 1.2.12.1 2002/04/25 04:01:44 nathanw Exp $	*/
      2       1.1  thorpej 
      3       1.1  thorpej /*
      4       1.1  thorpej  * Written by Jason R. Thorpe <thorpej (at) netbsd.org>, April 29, 1997.
      5       1.1  thorpej  * Public domain.
      6       1.1  thorpej  */
      7       1.1  thorpej 
      8       1.1  thorpej #define	MDALGORITHM	MD4
      9       1.1  thorpej 
     10       1.2   kleink #include "namespace.h"
     11       1.1  thorpej #include <md4.h>
     12       1.1  thorpej 
     13  1.2.12.1  nathanw #if HAVE_CONFIG_H
     14  1.2.12.1  nathanw #include "config.h"
     15  1.2.12.1  nathanw #endif
     16  1.2.12.1  nathanw 
     17  1.2.12.1  nathanw #if !HAVE_MD4_H
     18       1.1  thorpej #include "mdXhl.c"
     19  1.2.12.1  nathanw #endif
     20