diff options
author | damien <damien> | 2000-04-13 02:26:34 +0000 |
---|---|---|
committer | damien <damien> | 2000-04-13 02:26:34 +0000 |
commit | 4865b4367a5201a0bc74bde94840bf0896f4c445 (patch) | |
tree | e37cca6e0da5c6b1008d8aa858016f32a7571de1 /ssh-agent.c | |
parent | b9fb495d3504b2cd335836f67bd06077b58390d4 (diff) | |
download | openssh-4865b4367a5201a0bc74bde94840bf0896f4c445.tar.gz |
- Merged OpenBSD updates to include paths.
Diffstat (limited to 'ssh-agent.c')
-rw-r--r-- | ssh-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c index 459fa39f..ecb44a22 100644 --- a/ssh-agent.c +++ b/ssh-agent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-agent.c,v 1.26 2000/03/16 20:56:14 markus Exp $ */ +/* $OpenBSD: ssh-agent.c,v 1.27 2000/04/12 09:39:10 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -9,7 +9,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-agent.c,v 1.26 2000/03/16 20:56:14 markus Exp $"); +RCSID("$OpenBSD: ssh-agent.c,v 1.27 2000/04/12 09:39:10 markus Exp $"); #include "ssh.h" #include "rsa.h" |