Mercurial > dropbear
comparison svr-agentfwd.c @ 858:220f55d540ae
rename random.h to dbrandom.h since some OSes have a system random.h
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 14 Nov 2013 22:05:47 +0800 |
parents | 81def6b732c7 |
children | 7c899f24a85b |
comparison
equal
deleted
inserted
replaced
857:c19acba28590 | 858:220f55d540ae |
---|---|
35 #include "dbutil.h" | 35 #include "dbutil.h" |
36 #include "chansession.h" | 36 #include "chansession.h" |
37 #include "channel.h" | 37 #include "channel.h" |
38 #include "packet.h" | 38 #include "packet.h" |
39 #include "buffer.h" | 39 #include "buffer.h" |
40 #include "random.h" | 40 #include "dbrandom.h" |
41 #include "listener.h" | 41 #include "listener.h" |
42 #include "auth.h" | 42 #include "auth.h" |
43 | 43 |
44 #define AGENTDIRPREFIX "/tmp/dropbear-" | 44 #define AGENTDIRPREFIX "/tmp/dropbear-" |
45 | 45 |