- djm@cvs.openbsd.org 2008/05/09 14:26:08

[ssh.c]
     dingo stole my diff hunk
This commit is contained in:
Damien Miller 2008-05-19 16:02:37 +10:00
parent b1cbfa25f1
commit b3da593962
2 changed files with 5 additions and 2 deletions

View File

@ -117,6 +117,9 @@
making the function names more consistent - making ssh.c and making the function names more consistent - making ssh.c and
clientloop.c a fair bit more readable. clientloop.c a fair bit more readable.
ok markus@ ok markus@
- djm@cvs.openbsd.org 2008/05/09 14:26:08
[ssh.c]
dingo stole my diff hunk
20080403 20080403
- (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
@ -3977,4 +3980,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4926 2008/05/19 06:00:08 djm Exp $ $Id: ChangeLog,v 1.4927 2008/05/19 06:02:37 djm Exp $

2
ssh.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: ssh.c,v 1.312 2008/05/09 14:18:44 djm Exp $ */ /* $OpenBSD: ssh.c,v 1.313 2008/05/09 14:26:08 djm Exp $ */
/* /*
* Author: Tatu Ylonen <ylo@cs.hut.fi> * Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland