summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_sha1.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-17 18:10:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-17 18:10:39 +0000
commit9acba6420d4373d887c498e72cfabd70a27ae7a9 (patch)
treebdf32712ddf2b700e7ca52d4e83bd70a43728049 /sys/netinet/ip_sha1.c
parente87bd06433c9c3ed129321f904d555057fddd0ef (diff)
indent
Diffstat (limited to 'sys/netinet/ip_sha1.c')
-rw-r--r--sys/netinet/ip_sha1.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/netinet/ip_sha1.c b/sys/netinet/ip_sha1.c
index a3334143d18..aa832103b89 100644
--- a/sys/netinet/ip_sha1.c
+++ b/sys/netinet/ip_sha1.c
@@ -1,17 +1,17 @@
-/* $OpenBSD: ip_sha1.c,v 1.6 1997/06/21 00:09:20 deraadt Exp $ */
+/* $OpenBSD: ip_sha1.c,v 1.7 1999/02/17 18:10:23 deraadt Exp $ */
/*
-SHA-1 in C
-By Steve Reid <steve@edmweb.com>
-100% Public Domain
-
-Test Vectors (from FIPS PUB 180-1)
-"abc"
- A9993E36 4706816A BA3E2571 7850C26C 9CD0D89D
-"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"
- 84983E44 1C3BD26E BAAE4AA1 F95129E5 E54670F1
-A million repetitions of "a"
- 34AA973C D4C4DAA4 F61EEB2B DBAD2731 6534016F
+ * SHA-1 in C
+ * By Steve Reid <steve@edmweb.com>
+ * 100% Public Domain
+ *
+ * Test Vectors (from FIPS PUB 180-1)
+ * "abc"
+ * A9993E36 4706816A BA3E2571 7850C26C 9CD0D89D
+ * "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"
+ * 84983E44 1C3BD26E BAAE4AA1 F95129E5 E54670F1
+ * A million repetitions of "a"
+ * 34AA973C D4C4DAA4 F61EEB2B DBAD2731 6534016F
*/
/* #define LITTLE_ENDIAN * This should be #define'd already, if true. */