X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/962dd3329d51f1d18313a17eb0cb4695ee4421a0..5b69c389f8528045a8aabf848818dcbd1c420881:/sha224.h diff --git a/sha224.h b/sha224.h new file mode 100644 index 0000000..23684b7 --- /dev/null +++ b/sha224.h @@ -0,0 +1,13 @@ +/* -*-c-*- + * + * $Id: sha224.h,v 1.1 2004/03/21 22:43:34 mdw Exp $ + * + * Stub header for SHA-224 + */ + +#ifndef CATACOMB_SHA224_H +#define CATACOMB_SHA224_H + +#include "sha256.h" + +#endif