projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e2bdc2
)
Don't load table of verbose OpenSSL errormessages.
author
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 4 Jul 2001 08:43:32 +0000
(08:43 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 4 Jul 2001 08:43:32 +0000
(08:43 +0000)
src/tincd.c
patch
|
blob
|
history
diff --git
a/src/tincd.c
b/src/tincd.c
index
b9a9572
..
f9cd82f
100644
(file)
--- a/
src/tincd.c
+++ b/
src/tincd.c
@@
-17,7
+17,7
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: tincd.c,v 1.10.4.4
8 2001/07/04 08:41:36
guus Exp $
+ $Id: tincd.c,v 1.10.4.4
9 2001/07/04 08:43:32
guus Exp $
*/
#include "config.h"
@@
-336,9
+336,6
@@
cp
if(detach())
exit(0);
cp
- if(debug_lvl >= DEBUG_ERROR)
- ERR_load_crypto_strings();
-
for(;;)
{
if(!setup_network_connections())