aboutsummaryrefslogtreecommitdiff
path: root/crypto/sha/shatest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha/shatest.c')
-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 0e026c1..ddb388b 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);
}