projects
/
oweals
/
tinc.git
/ 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 2e44d2ccedacd0cc695867bb084906470f908644..8869ccac16955d1010b8f560228f99e6b2ea356a 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;
}