diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh-agent.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ | |||
1 | 20020723 | 1 | 20020723 |
2 | - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger. | 2 | - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger. |
3 | - (bal) sync ID w/ ssh-agent.c | ||
3 | - (bal) OpenBSD Sync | 4 | - (bal) OpenBSD Sync |
4 | - markus@cvs.openbsd.org 2002/07/19 15:43:33 | 5 | - markus@cvs.openbsd.org 2002/07/19 15:43:33 |
5 | [log.c log.h session.c sshd.c] | 6 | [log.c log.h session.c sshd.c] |
@@ -1432,4 +1433,4 @@ | |||
1432 | - (stevesk) entropy.c: typo in debug message | 1433 | - (stevesk) entropy.c: typo in debug message |
1433 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 1434 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
1434 | 1435 | ||
1435 | $Id: ChangeLog,v 1.2396 2002/07/23 21:03:02 mouring Exp $ | 1436 | $Id: ChangeLog,v 1.2397 2002/07/23 21:05:17 mouring Exp $ |
diff --git a/ssh-agent.c b/ssh-agent.c index ac16bae40..1f21cbc9b 100644 --- a/ssh-agent.c +++ b/ssh-agent.c | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | #include "includes.h" | 36 | #include "includes.h" |
37 | #include "openbsd-compat/fake-queue.h" | 37 | #include "openbsd-compat/fake-queue.h" |
38 | RCSID("$OpenBSD: ssh-agent.c,v 1.97 2002/06/24 14:55:38 markus Exp $"); | 38 | RCSID("$OpenBSD: ssh-agent.c,v 1.98 2002/07/21 18:07:45 stevesk Exp $"); |
39 | 39 | ||
40 | #include <openssl/evp.h> | 40 | #include <openssl/evp.h> |
41 | #include <openssl/md5.h> | 41 | #include <openssl/md5.h> |