summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-06-28 11:55:28 +0000
committerRichard Levitte <levitte@openssl.org>2004-06-28 11:55:28 +0000
commit47c1735acd4fe3d26b192e6784069892c37320a2 (patch)
tree28c9c39fa44e5f0df5d86582fbc9d1ef0c9f7287 /crypto/sha
parent7d3932e8cf736ae9f81bc23662801ae79dbd45b5 (diff)
NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.
The changes have been mailed to <crypt@bis.doc.gov> as well. PR: 903
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/shatest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/sha/shatest.c b/crypto/sha/shatest.c
index 0e026c1245..ddb388b670 100644
--- a/crypto/sha/shatest.c
+++ b/crypto/sha/shatest.c
@@ -161,6 +161,7 @@ int main(int argc, char *argv[])
#ifdef OPENSSL_SYS_NETWARE
if (err) printf("ERROR: %d\n", err);
#endif
+ EVP_MD_CTX_cleanup(&c);
EXIT(err);
return(0);
}