Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/catacomb
[u/mdw/catacomb] / sha224.h
CommitLineData
5b69c389 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