math/ec.c (ec_stdsub): Remove redundant `EC_FIX'.
[u/mdw/catacomb] / symm / sha224.h
... / ...
CommitLineData
1/* -*-c-*-
2 *
3 * Stub header for SHA-224
4 */
5
6#ifndef CATACOMB_SHA224_H
7#define CATACOMB_SHA224_H
8
9#include "sha256.h"
10
11#endif