|
|
| 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$ | |
| */ | */ |
| #ifndef HEADER_RIPEMD_H | #ifndef HEADER_RIPEMD_H |
| #define HEADER_RIPEMD_H | #define HEADER_RIPEMD_H |
| #include <sys/cdefs.h> | #include <sys/cdefs.h> |
| #include <sys/types.h> /* XXX switch to machine/ansi.h and __ types */ | #include <sys/types.h> /* XXX switch to machine/stdint.h and __ types */ |
| #define RIPEMD160_CBLOCK 64 | #define RIPEMD160_CBLOCK 64 |
| #define RIPEMD160_LBLOCK 16 | #define RIPEMD160_LBLOCK 16 |