From 34445aa81960742691ef269b18c8db272b8449cc Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 20 Dec 2004 14:24:57 +0000 Subject: 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/ --HG-- extra : convert_revision : 411ea4e70506ecb0202376f94bcf2d330603d042 --- channel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'channel.h') diff --git a/channel.h b/channel.h index 535960e..be6dd60 100644 --- a/channel.h +++ b/channel.h @@ -118,7 +118,9 @@ void recv_msg_channel_eof(); void common_recv_msg_channel_data(struct Channel *channel, int fd, circbuffer * buf); +#ifdef DROPBEAR_CLIENT const struct ChanType clichansess; +#endif #ifdef USING_LISTENERS int send_msg_channel_open_init(int fd, const struct ChanType *type); -- cgit v1.2.3