.links: Drop obsolete `lib-config.in' file.
[u/mdw/catacomb] / sha224.c
CommitLineData
5b69c389 1/* -*-c-*-
2 *
3 * $Id: sha224.c,v 1.1 2004/03/21 22:43:34 mdw Exp $
4 *
5 * Stub code for SHA-224
6 */
7
8#include "ghash.h"
9#include "ghash-def.h"
10#include "hash.h"
11#include "sha224.h"
12
13GHASH_DEF(SHA224, sha224)
14HASH_TEST(SHA224, sha224)