|
|
| version 1.2, 2003/06/17 04:26:50 | version 1.3, 2003/11/09 02:34:03 |
|---|---|
| Line 56 | Line 56 |
| * [including the GNU Public Licence.] | * [including the GNU Public Licence.] |
| * | * |
| * $FreeBSD: src/lib/libmd/rmd160c.c,v 1.4 1999/08/28 00:05:07 peter Exp $ | * $FreeBSD: src/lib/libmd/rmd160c.c,v 1.4 1999/08/28 00:05:07 peter Exp $ |
| * $DragonFly: src/lib/libmd/rmd160c.c,v 1.1 2003/06/16 04:47:57 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <sys/types.h> | #include <sys/types.h> |
| Line 64 | Line 64 |
| #include <stdio.h> | #include <stdio.h> |
| #include <string.h> | #include <string.h> |
| #if 0 | |
| #include <machine/ansi.h> /* we use the __ variants of bit-sized types */ | |
| #endif | |
| #include <machine/endian.h> | #include <machine/endian.h> |
| #include "rmd_locl.h" | #include "rmd_locl.h" |