Rearrange the file tree.
[u/mdw/catacomb] / sha224.c
diff --git a/sha224.c b/sha224.c
deleted file mode 100644 (file)
index 2eceba0..0000000
--- a/sha224.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* -*-c-*-
- *
- * $Id: sha224.c,v 1.1 2004/03/21 22:43:34 mdw Exp $
- *
- * Stub code for SHA-224
- */
-
-#include "ghash.h"
-#include "ghash-def.h"
-#include "hash.h"
-#include "sha224.h"
-
-GHASH_DEF(SHA224, sha224)
-HASH_TEST(SHA224, sha224)