summaryrefslogtreecommitdiff
path: root/crc32.h
diff options
context:
space:
mode:
authormouring <mouring>2001-03-05 06:59:27 +0000
committermouring <mouring>2001-03-05 06:59:27 +0000
commit1e189b207eb55ccb33272a045984a047cc2c567f (patch)
tree8e2c264edcf89091cbf88400399072b943fef50c /crc32.h
parent1d701b56e0e235ff076348130354331a9078a3a4 (diff)
downloadopenssh-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 'crc32.h')
-rw-r--r--crc32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crc32.h b/crc32.h
index 88e78698..c469a90f 100644
--- a/crc32.h
+++ b/crc32.h
@@ -1,6 +1,6 @@
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
- * Copyright (c) 1992 Tatu Ylonen, Espoo, Finland
+ * Copyright (c) 1992 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
* Functions for computing 32-bit CRC.
*
@@ -11,7 +11,7 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/* RCSID("$OpenBSD: crc32.h,v 1.9 2000/12/19 23:17:56 markus Exp $"); */
+/* RCSID("$OpenBSD: crc32.h,v 1.10 2001/03/02 18:54:31 deraadt Exp $"); */
#ifndef CRC32_H
#define CRC32_H