diff options
author | 2001-03-02 18:54:30 +0000 | |
---|---|---|
committer | 2001-03-02 18:54:30 +0000 | |
commit | 24330a15f63332c5df659622a848dbd1a547312e (patch) | |
tree | 9ecc6f34b963d45a0cb8c3bd42ded7d6c0d32907 /usr.bin/ssh/auth2-chall.c | |
parent | Simpler algorithm or calculating inomapsize (diff) | |
download | wireguard-openbsd-24330a15f63332c5df659622a848dbd1a547312e.tar.xz wireguard-openbsd-24330a15f63332c5df659622a848dbd1a547312e.zip |
make copyright lines the same format
Diffstat (limited to 'usr.bin/ssh/auth2-chall.c')
-rw-r--r-- | usr.bin/ssh/auth2-chall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth2-chall.c b/usr.bin/ssh/auth2-chall.c index 39dc285b9a8..2b96f52a5ed 100644 --- a/usr.bin/ssh/auth2-chall.c +++ b/usr.bin/ssh/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" |