cc-hash.c: New file containing hash-related code from hashsum and dsig.
[u/mdw/catacomb] / sha224.h
1 /* -*-c-*-
2 *
3 * $Id: sha224.h,v 1.1 2004/03/21 22:43:34 mdw Exp $
4 *
5 * Stub header for SHA-224
6 */
7
8 #ifndef CATACOMB_SHA224_H
9 #define CATACOMB_SHA224_H
10
11 #include "sha256.h"
12
13 #endif