From: mdw Date: Sat, 5 Mar 2005 16:50:27 +0000 (+0000) Subject: Formatting fix. X-Git-Tag: 2.1.1~95 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/5d5a3322380d8825dbd7e17c617fdc6cb39fdb86?ds=inline;hp=838a6a51785f045ea6bdf6cf3eb70e3ac3d1930c Formatting fix. --- diff --git a/sha256.h b/sha256.h index c418118e..fa439807 100644 --- a/sha256.h +++ b/sha256.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sha256.h,v 1.4 2004/04/08 01:36:15 mdw Exp $ + * $Id$ * * Implementation of the SHA-256 hash function * @@ -27,7 +27,7 @@ * MA 02111-1307, USA. */ -/*----- Notes on the SHA-256 hash function ----------------------------------* +/*----- Notes on the SHA-256 hash function --------------------------------* * * SHA-1 (Secure Hash Algorithm) was designed by the NSA, for use with the * Digital Signature Algorithm. This is an evolution with a larger output @@ -37,6 +37,7 @@ #ifndef CATACOMB_SHA256_H #define CATACOMB_SHA256_H +#define CATACOMB_SHA224_H #ifdef __cplusplus extern "C" { diff --git a/sha512.h b/sha512.h index d2e35404..d06895a9 100644 --- a/sha512.h +++ b/sha512.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sha512.h,v 1.3 2004/04/08 01:36:15 mdw Exp $ + * $Id$ * * Implementation of the SHA-512 hash function * @@ -27,7 +27,7 @@ * MA 02111-1307, USA. */ -/*----- Notes on the SHA-512 hash function ----------------------------------* +/*----- Notes on the SHA-512 hash function --------------------------------* * * SHA-1 (Secure Hash Algorithm) was designed by the NSA, for use with the * Digital Signature Algorithm. This is an evolution with a larger output