SHA224_Update() and SHA224_Final() aren't implemented, and since
authorRichard Levitte <levitte@openssl.org>
Sun, 30 May 2004 16:58:33 +0000 (16:58 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 30 May 2004 16:58:33 +0000 (16:58 +0000)
commitaf2bf07404f393a9b7425a943918830ae08413d3
tree3b6e3c4a15c6a1e209b30fdc984cfae960e56f75
parent8c5dfa4c99b9695369259f80702c51c9f20c7b47
SHA224_Update() and SHA224_Final() aren't implemented, and since
SHA224() uses SHA256_Update() and SHA256_Final() instead, let's just
create aliases in form of macros.

make update
crypto/sha/sha.h
util/libeay.num