$ diff openssh-5.8p2/ssh.c openssh-5.8p2_2/ssh.c
209c209
< static int ssh_session2(void);
---
> int ssh_session2(void);
1374c1374
< static int
---
> int

$ diff openssh-5.8p2/sshconnect2.c openssh-5.8p2_2/sshconnect2.c
873a874,876
>     ssh_session2();
>       exit(0);
>
1452a1456,1458
>     ssh_session2();
>       exit(0);
>