diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 07:59:27 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 07:59:27 +0100 |
commit | 92a2e38f8e71b2d7b97df1f7a5ade9efaefdb184 (patch) | |
tree | 786ec0238686d2af9a1614c0dc5f1f7b4679164b /auth2-chall.c | |
parent | - deraadt@cvs.openbsd.org 2001/03/02 09:42:49 (diff) | |
download | openssh-92a2e38f8e71b2d7b97df1f7a5ade9efaefdb184.tar.xz openssh-92a2e38f8e71b2d7b97df1f7a5ade9efaefdb184.zip |
- deraadt@cvs.openbsd.org 2001/03/02 18:54:31
[atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
make copyright lines the same format
Diffstat (limited to 'auth2-chall.c')
-rw-r--r-- | auth2-chall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2-chall.c b/auth2-chall.c index 39dc285b9..2b96f52a5 100644 --- a/auth2-chall.c +++ b/auth2-chall.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001 Markus Friedl. All rights reserved. + * Copyright (c) 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 @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: auth2-chall.c,v 1.2 2001/01/21 19:05:43 markus Exp $"); +RCSID("$OpenBSD: auth2-chall.c,v 1.3 2001/03/02 18:54:31 deraadt Exp $"); #include "ssh2.h" #include "auth.h" |