Rearrange the file tree.
[u/mdw/catacomb] / sha384.c
diff --git a/sha384.c b/sha384.c
deleted file mode 100644 (file)
index a634ef7..0000000
--- a/sha384.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* -*-c-*-
- *
- * $Id: sha384.c,v 1.1 2000/10/15 17:48:15 mdw Exp $
- *
- * Stub code for SHA-384
- */
-
-#include "ghash.h"
-#include "ghash-def.h"
-#include "hash.h"
-#include "sha384.h"
-
-GHASH_DEF(SHA384, sha384)
-HASH_TEST(SHA384, sha384)