X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/sha224.c?ds=sidebyside diff --git a/sha224.c b/sha224.c deleted file mode 100644 index 2eceba09..00000000 --- a/sha224.c +++ /dev/null @@ -1,14 +0,0 @@ -/* -*-c-*- - * - * $Id: sha224.c,v 1.1 2004/03/21 22:43:34 mdw Exp $ - * - * Stub code for SHA-224 - */ - -#include "ghash.h" -#include "ghash-def.h" -#include "hash.h" -#include "sha224.h" - -GHASH_DEF(SHA224, sha224) -HASH_TEST(SHA224, sha224)