diff options
author | 2001-06-25 08:25:35 +0000 | |
---|---|---|
committer | 2001-06-25 08:25:35 +0000 | |
commit | a4d26d980b00c024596398625368887370de33a7 (patch) | |
tree | f45fba4dfed26d85ac81e630ca000f3c7c3ea930 /usr.bin/ssh/ssh-agent.c | |
parent | had not noticed the atexit() handler; pointed out by dima@unixfreak.org; also use writev to increase atomicity (diff) | |
download | wireguard-openbsd-a4d26d980b00c024596398625368887370de33a7.tar.xz wireguard-openbsd-a4d26d980b00c024596398625368887370de33a7.zip |
update copyright for 2001
Diffstat (limited to 'usr.bin/ssh/ssh-agent.c')
-rw-r--r-- | usr.bin/ssh/ssh-agent.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-agent.c b/usr.bin/ssh/ssh-agent.c index 0ae0b279901..e6546110eb4 100644 --- a/usr.bin/ssh/ssh-agent.c +++ b/usr.bin/ssh/ssh-agent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-agent.c,v 1.55 2001/06/23 15:12:20 itojun Exp $ */ +/* $OpenBSD: ssh-agent.c,v 1.56 2001/06/25 08:25:40 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -12,8 +12,7 @@ * incompatible with the protocol description in the RFC file, it must be * called by a name other than "ssh" or "Secure Shell". * - * SSH2 implementation, - * Copyright (c) 2000 Markus Friedl. All rights reserved. + * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -37,7 +36,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-agent.c,v 1.55 2001/06/23 15:12:20 itojun Exp $"); +RCSID("$OpenBSD: ssh-agent.c,v 1.56 2001/06/25 08:25:40 markus Exp $"); #include <openssl/evp.h> #include <openssl/md5.h> |