projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a679116
)
Clean up ENGINE before exiting.
author
Richard Levitte
<levitte@openssl.org>
Thu, 26 Apr 2001 16:08:10 +0000
(16:08 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 26 Apr 2001 16:08:10 +0000
(16:08 +0000)
apps/openssl.c
patch
|
blob
|
history
diff --git
a/apps/openssl.c
b/apps/openssl.c
index f65096a68be712102227174d23dd43b15244c4ff..6a942078482e68896b53311e34e1748be001ca8b 100644
(file)
--- a/
apps/openssl.c
+++ b/
apps/openssl.c
@@
-349,6
+349,8
@@
end:
EVP_cleanup();
ERR_free_strings();
+ ENGINE_cleanup();
+
CRYPTO_mem_leaks(bio_err);
if (bio_err != NULL)
{