Mercurial > dropbear
comparison dbutil.c @ 150:82fcf3185616
Cleaning out various dead wood found with -dead_strip
bignum.c: mptobytes now resides in dss.c
loginrec.c: remove lastlog code since it isn't used.
dbutil.c: removed obselete usingsyslog variable
channel.h: client channel type only defined for client compile
common-algo.c: s/rijndael/aes/
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 20 Dec 2004 14:24:57 +0000 |
parents | a0db9a23f6d4 |
children | 7ceceb46d655 |
comparison
equal
deleted
inserted
replaced
149:ed9ca2a9705c | 150:82fcf3185616 |
---|---|
68 | 68 |
69 #ifdef DEBUG_TRACE | 69 #ifdef DEBUG_TRACE |
70 int debug_trace = 0; | 70 int debug_trace = 0; |
71 #endif | 71 #endif |
72 | 72 |
73 int usingsyslog = 0; /* set by runopts, but required externally to sessions */ | |
74 #ifndef DISABLE_SYSLOG | 73 #ifndef DISABLE_SYSLOG |
75 void startsyslog() { | 74 void startsyslog() { |
76 | 75 |
77 openlog(PROGNAME, LOG_PID, LOG_AUTHPRIV); | 76 openlog(PROGNAME, LOG_PID, LOG_AUTHPRIV); |
78 | 77 |