- markus@cvs.openbsd.org 2002/06/05 16:08:07
     [ssh-agent.1 ssh-agent.c]
     '-a bind_address' binds the agent to user-specified unix-domain
     socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
diff --git a/ChangeLog b/ChangeLog
index d733c37..288783a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -98,6 +98,10 @@
    - markus@cvs.openbsd.org 2002/06/04 23:05:49
      [cipher.c monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c]
      __FUNCTION__ -> __func__
+   - markus@cvs.openbsd.org 2002/06/05 16:08:07
+     [ssh-agent.1 ssh-agent.c]
+     '-a bind_address' binds the agent to user-specified unix-domain
+     socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
 
 20020604
  - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
@@ -782,4 +786,4 @@
  - (stevesk) entropy.c: typo in debug message
  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
 
-$Id: ChangeLog,v 1.2170 2002/06/06 21:40:51 mouring Exp $
+$Id: ChangeLog,v 1.2171 2002/06/06 21:46:07 mouring Exp $