key-data.c (key_struct{set,steal}): Assert no other references.
[u/mdw/catacomb] / sha224.h
... / ...
CommitLineData
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