diff options
author | mouring <mouring> | 2001-03-05 06:59:27 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-03-05 06:59:27 +0000 |
commit | 1e189b207eb55ccb33272a045984a047cc2c567f (patch) | |
tree | 8e2c264edcf89091cbf88400399072b943fef50c /auth.c | |
parent | 1d701b56e0e235ff076348130354331a9078a3a4 (diff) | |
download | openssh-1e189b207eb55ccb33272a045984a047cc2c567f.tar.gz |
- 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 'auth.c')
-rw-r--r-- | auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Markus Friedl. All rights reserved. + * Copyright (c) 2000 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.18 2001/02/22 21:59:43 markus Exp $"); +RCSID("$OpenBSD: auth.c,v 1.19 2001/03/02 18:54:31 deraadt Exp $"); #ifdef HAVE_LOGIN_H #include <login.h> |