|
|
| version 1.1, 2003/06/17 02:51:31 | version 1.2, 2003/11/09 02:34:03 |
|---|---|
| Line 54 | Line 54 |
| * derivative of this code cannot be changed. i.e. this code cannot simply be | * derivative of this code cannot be changed. i.e. this code cannot simply be |
| * copied and put under another distribution licence | * copied and put under another distribution licence |
| * [including the GNU Public Licence.] | * [including the GNU Public Licence.] |
| * | |
| * $DragonFly$ | |
| */ | */ |
| #include <sys/types.h> | #include <sys/types.h> |
| Line 61 | Line 63 |
| #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> |
| #undef SHA_0 | #undef SHA_0 |