summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ssh.h6
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a66fa6a47..9e11e5fce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
2 - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX. 2 - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
3 - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset. 3 - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset.
4 - (bal) add extern char *getopt. Based on report by dtucker@zip.com.au 4 - (bal) add extern char *getopt. Based on report by dtucker@zip.com.au
5 - OpenBSD CVS Sync
6 - stevesk@cvs.openbsd.org 2002/06/22 02:00:29
7 [ssh.h]
8 correct comment
5 9
620020622 1020020622
7 - (djm) Update README.privsep; spotted by fries@ 11 - (djm) Update README.privsep; spotted by fries@
@@ -1011,4 +1015,4 @@
1011 - (stevesk) entropy.c: typo in debug message 1015 - (stevesk) entropy.c: typo in debug message
1012 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1016 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1013 1017
1014$Id: ChangeLog,v 1.2244 2002/06/23 00:20:50 mouring Exp $ 1018$Id: ChangeLog,v 1.2245 2002/06/23 00:30:30 mouring Exp $
diff --git a/ssh.h b/ssh.h
index e23bb1d5c..07eee78b6 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.h,v 1.70 2002/06/03 12:04:07 deraadt Exp $ */ 1/* $OpenBSD: ssh.h,v 1.71 2002/06/22 02:00:29 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -65,8 +65,8 @@
65#endif 65#endif
66 66
67/* 67/*
68 * Name of the environment variable containing the pathname of the 68 * Name of the environment variable containing the process ID of the
69 * authentication socket. 69 * authentication agent.
70 */ 70 */
71#define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID" 71#define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID"
72 72