comparison svr-agentfwd.c @ 604:810dfc792ca9

Compile fix for when both client and server agent forwarding is disabled
author Matt Johnston <matt@ucc.asn.au>
date Mon, 28 Feb 2011 13:39:18 +0000
parents a98a2138364a
children 81def6b732c7
comparison
equal deleted inserted replaced
603:3aa74a4d83ae 604:810dfc792ca9
25 /* This file (agentfwd.c) handles authentication agent forwarding, for OpenSSH 25 /* This file (agentfwd.c) handles authentication agent forwarding, for OpenSSH
26 * style agents. */ 26 * style agents. */
27 27
28 #include "includes.h" 28 #include "includes.h"
29 29
30 #ifndef DISABLE_AGENTFWD 30 #ifdef ENABLE_SVR_AGENTFWD
31 31
32 #include "agentfwd.h" 32 #include "agentfwd.h"
33 #include "session.h" 33 #include "session.h"
34 #include "ssh.h" 34 #include "ssh.h"
35 #include "dbutil.h" 35 #include "dbutil.h"