diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh-agent.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20020611 | ||
2 | - (bal) ssh-agent.c RCSD fix (|unexpand already done) | ||
3 | |||
1 | 20020609 | 4 | 20020609 |
2 | - (bal) OpenBSD CVS Sync | 5 | - (bal) OpenBSD CVS Sync |
3 | - markus@cvs.openbsd.org 2002/06/08 05:07:56 | 6 | - markus@cvs.openbsd.org 2002/06/08 05:07:56 |
@@ -862,4 +865,4 @@ | |||
862 | - (stevesk) entropy.c: typo in debug message | 865 | - (stevesk) entropy.c: typo in debug message |
863 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 866 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
864 | 867 | ||
865 | $Id: ChangeLog,v 1.2198 2002/06/09 20:20:58 mouring Exp $ | 868 | $Id: ChangeLog,v 1.2199 2002/06/11 15:42:53 mouring Exp $ |
diff --git a/ssh-agent.c b/ssh-agent.c index 06e4d2316..948926064 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.89 2002/06/05 21:55:44 markus Exp $"); | 38 | RCSID("$OpenBSD: ssh-agent.c,v 1.90 2002/06/09 13:32:01 markus Exp $"); |
39 | 39 | ||
40 | #include <openssl/evp.h> | 40 | #include <openssl/evp.h> |
41 | #include <openssl/md5.h> | 41 | #include <openssl/md5.h> |