summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/sha/sha1test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/sha/sha1test.c')
-rw-r--r--crypto/openssl/crypto/sha/sha1test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/sha/sha1test.c b/crypto/openssl/crypto/sha/sha1test.c
index 0052a95..551a348 100644
--- a/crypto/openssl/crypto/sha/sha1test.c
+++ b/crypto/openssl/crypto/sha/sha1test.c
@@ -157,8 +157,8 @@ int main(int argc, char *argv[])
if (err)
printf("ERROR: %d\n", err);
# endif
- EXIT(err);
EVP_MD_CTX_cleanup(&c);
+ EXIT(err);
return (0);
}
OpenPOWER on IntegriCloud