- djm@cvs.openbsd.org 2013/10/14 23:31:01

[ssh.c]
     whitespace at EOL; pointed out by markus@
This commit is contained in:
Damien Miller 2013-10-15 12:14:49 +11:00
parent e9fc72edd6
commit 386feab0c4
2 changed files with 7 additions and 4 deletions

View File

@ -46,6 +46,9 @@
add a lowercase() function and use it instead of explicit tolower() in
loops
part of a larger diff that was ok markus@
- djm@cvs.openbsd.org 2013/10/14 23:31:01
[ssh.c]
whitespace at EOL; pointed out by markus@
20131010
- (dtucker) OpenBSD CVS Sync

2
ssh.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: ssh.c,v 1.383 2013/10/14 23:28:23 djm Exp $ */
/* $OpenBSD: ssh.c,v 1.384 2013/10/14 23:31:01 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland