Formatting fix.
authormdw <mdw>
Sat, 5 Mar 2005 16:50:27 +0000 (16:50 +0000)
committermdw <mdw>
Sat, 5 Mar 2005 16:50:27 +0000 (16:50 +0000)
sha256.h
sha512.h

index c418118..fa43980 100644 (file)
--- 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" {
index d2e3540..d06895a 100644 (file)
--- 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