Merge from vendor branch READLINE:
[dragonfly.git] / secure / usr.sbin / sshd / monitor_wrap.c.patch
1 $DragonFly: src/secure/usr.sbin/sshd/Attic/monitor_wrap.c.patch,v 1.1 2004/07/31 20:05:00 geekgod Exp $
2 --- monitor_wrap.c.orig 2004-07-23 14:26:51.000000000 +0200
3 +++ monitor_wrap.c      2004-07-23 14:20:00.000000000 +0200
4 @@ -914,6 +914,7 @@
5         return ((authok == 0) ? -1 : 0);
6  }
7  
8 +#ifdef SKEY
9  int
10  mm_skey_query(void *ctx, char **name, char **infotxt,
11     u_int *numprompts, char ***prompts, u_int **echo_on)
12 @@ -977,6 +978,7 @@
13  
14         return ((authok == 0) ? -1 : 0);
15  }
16 +#endif
17  
18  void
19  mm_ssh1_session_id(u_char session_id[16])