projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0912260
)
EVP_Cleanup() when quitting.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 13 Jan 2006 11:09:19 +0000
(11:09 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 13 Jan 2006 11:09:19 +0000
(11:09 +0000)
src/tincd.c
patch
|
blob
|
history
diff --git
a/src/tincd.c
b/src/tincd.c
index
2e44d2c
..
8869cca
100644
(file)
--- a/
src/tincd.c
+++ b/
src/tincd.c
@@
-509,6
+509,8
@@
end:
#ifndef HAVE_MINGW
remove_pid(pidfilename);
#endif
+
+ EVP_cleanup();
return status;
}