Rearrange the file tree.
[u/mdw/catacomb] / symm / sha384.h
diff --git a/symm/sha384.h b/symm/sha384.h
new file mode 100644 (file)
index 0000000..ed7731f
--- /dev/null
@@ -0,0 +1,11 @@
+/* -*-c-*-
+ *
+ * Stub header for SHA-384
+ */
+
+#ifndef CATACOMB_SHA384_H
+#define CATACOMB_SHA384_H
+
+#include "sha512.h"
+
+#endif