Use the shiny new `mLib' warning-control macros.
[u/mdw/catacomb] / symm / sha384.c
CommitLineData
eee16120 1/* -*-c-*-
2 *
eee16120 3 * Stub code for SHA-384
4 */
5
6#include "ghash.h"
7#include "ghash-def.h"
8#include "hash.h"
9#include "sha384.h"
10
11GHASH_DEF(SHA384, sha384)
12HASH_TEST(SHA384, sha384)