summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-07-23 21:07:45 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-07-23 21:07:45 +0000
commit3cc4450d54f7f1dab1751ba79e525a24f4f3f1b0 (patch)
tree9b4df087c565fe0df7232fb1083917f0a3495090
parent218a07dfb42b1be4d0bf6aaea15cca2b0247d277 (diff)
- stevesk@cvs.openbsd.org 2002/07/21 18:34:43
[auth-options.h] remove invalid comment
-rw-r--r--ChangeLog5
-rw-r--r--auth-options.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 89171306a..6c3b914d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
13 - stevesk@cvs.openbsd.org 2002/07/21 18:32:20 13 - stevesk@cvs.openbsd.org 2002/07/21 18:32:20
14 [auth-options.c] 14 [auth-options.c]
15 unneeded includes 15 unneeded includes
16 - stevesk@cvs.openbsd.org 2002/07/21 18:34:43
17 [auth-options.h]
18 remove invalid comment
16 19
1720020722 2020020722
18 - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk 21 - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
@@ -1436,4 +1439,4 @@
1436 - (stevesk) entropy.c: typo in debug message 1439 - (stevesk) entropy.c: typo in debug message
1437 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1440 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1438 1441
1439$Id: ChangeLog,v 1.2398 2002/07/23 21:06:45 mouring Exp $ 1442$Id: ChangeLog,v 1.2399 2002/07/23 21:07:45 mouring Exp $
diff --git a/auth-options.h b/auth-options.h
index aa6270fd6..15fb21255 100644
--- a/auth-options.h
+++ b/auth-options.h
@@ -1,10 +1,9 @@
1/* $OpenBSD: auth-options.h,v 1.11 2002/03/04 17:27:39 stevesk Exp $ */ 1/* $OpenBSD: auth-options.h,v 1.12 2002/07/21 18:34:43 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
6 * All rights reserved 6 * All rights reserved
7 * Functions to interface with the SSH_AUTHENTICATION_FD socket.
8 * 7 *
9 * As far as I am concerned, the code I have written for this software 8 * As far as I am concerned, the code I have written for this software
10 * can be used freely for any purpose. Any derived versions of this 9 * can be used freely for any purpose. Any derived versions of this