summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-07-04 03:32:30 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-07-04 03:32:30 +0000
commit44697233257d80aa46402e7a6207ef8d6fe359e4 (patch)
tree56adaa4204a91c3d4817d13b60c53a28e5d79e2c /ssh-agent.c
parent5cc6e92251b33578a7dbb29581e789d9e7182580 (diff)
- markus@cvs.openbsd.org 2001/06/25 08:25:41
[channels.c channels.h cipher.c clientloop.c compat.c compat.h hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h] update copyright for 2001
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 6d94c6c29..54b375fce 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-agent.c,v 1.55 2001/06/23 15:12:20 itojun Exp $ */ 1/* $OpenBSD: ssh-agent.c,v 1.56 2001/06/25 08:25:40 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -12,8 +12,7 @@
12 * incompatible with the protocol description in the RFC file, it must be 12 * incompatible with the protocol description in the RFC file, it must be
13 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
14 * 14 *
15 * SSH2 implementation, 15 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
16 * Copyright (c) 2000 Markus Friedl. All rights reserved.
17 * 16 *
18 * Redistribution and use in source and binary forms, with or without 17 * Redistribution and use in source and binary forms, with or without
19 * modification, are permitted provided that the following conditions 18 * modification, are permitted provided that the following conditions
@@ -37,7 +36,7 @@
37 */ 36 */
38 37
39#include "includes.h" 38#include "includes.h"
40RCSID("$OpenBSD: ssh-agent.c,v 1.55 2001/06/23 15:12:20 itojun Exp $"); 39RCSID("$OpenBSD: ssh-agent.c,v 1.56 2001/06/25 08:25:40 markus Exp $");
41 40
42#include <openssl/evp.h> 41#include <openssl/evp.h>
43#include <openssl/md5.h> 42#include <openssl/md5.h>