diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/telnet/telnet/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/telnet/telnet/main.c b/crypto/telnet/telnet/main.c index b165f4a..30cdb18 100644 --- a/crypto/telnet/telnet/main.c +++ b/crypto/telnet/telnet/main.c @@ -78,6 +78,8 @@ char *ipsec_policy_in = NULL; char *ipsec_policy_out = NULL; #endif +char *line; /* the telnetd side of libtelnet needs this */ + int family = AF_UNSPEC; /* |