|
|
| version 1.2, 2003/06/17 04:26:50 | version 1.3, 2003/11/09 02:34:03 |
|---|---|
| Line 55 | Line 55 |
| * [including the GNU Public Licence.] | * [including the GNU Public Licence.] |
| * | * |
| * $FreeBSD: src/lib/libmd/sha.h,v 1.3 1999/08/28 00:05:08 peter Exp $ | * $FreeBSD: src/lib/libmd/sha.h,v 1.3 1999/08/28 00:05:08 peter Exp $ |
| * $DragonFly: src/lib/libmd/sha.h,v 1.1 2003/06/16 04:48:02 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #ifndef _SHA_H_ | #ifndef _SHA_H_ |
| #define _SHA_H_ 1 | #define _SHA_H_ 1 |
| #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 SHA_CBLOCK 64 | #define SHA_CBLOCK 64 |
| #define SHA_LBLOCK 16 | #define SHA_LBLOCK 16 |