From 018d8bcd118ba07c5549a632f3ebb7503160fcea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 4 Jul 2014 22:17:33 +0200
Subject: [PATCH] Fix file header copy&paste errors.

---
 chacha-poly1305.c | 2 +-
 des-compat.c      | 2 +-
 des3.c            | 2 +-
 ecc-224.c         | 2 +-
 ecc-256.c         | 2 +-
 ecc-384.c         | 2 +-
 gcm.c             | 2 +-
 md4.c             | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/chacha-poly1305.c b/chacha-poly1305.c
index 83be9ee8..35c4bfe7 100644
--- a/chacha-poly1305.c
+++ b/chacha-poly1305.c
@@ -1,4 +1,4 @@
-/* chacha-poly1305.h
+/* chacha-poly1305.c
 
    AEAD mechanism based on chacha and poly1305.
 
diff --git a/des-compat.c b/des-compat.c
index a02c3073..0e7b2327 100644
--- a/des-compat.c
+++ b/des-compat.c
@@ -1,4 +1,4 @@
-/* des-compat.h
+/* des-compat.c
 
    The des block cipher, old libdes/openssl-style interface.
 
diff --git a/des3.c b/des3.c
index 111a62c4..9b9d97e9 100644
--- a/des3.c
+++ b/des3.c
@@ -1,4 +1,4 @@
-/* des3.h
+/* des3.c
 
    Triple DES cipher. Three key encrypt-decrypt-encrypt.
 
diff --git a/ecc-224.c b/ecc-224.c
index ac4f2ab2..6ed2365b 100644
--- a/ecc-224.c
+++ b/ecc-224.c
@@ -1,4 +1,4 @@
-/* ecc-224.c.c
+/* ecc-224.c
 
    Compile time constant (but machine dependent) tables.
 
diff --git a/ecc-256.c b/ecc-256.c
index 50cc08f3..2f2297e6 100644
--- a/ecc-256.c
+++ b/ecc-256.c
@@ -1,4 +1,4 @@
-/* ecc-256.c.c
+/* ecc-256.c
 
    Compile time constant (but machine dependent) tables.
 
diff --git a/ecc-384.c b/ecc-384.c
index 1c408c40..8bfcb214 100644
--- a/ecc-384.c
+++ b/ecc-384.c
@@ -1,4 +1,4 @@
-/* ecc-384.c.c
+/* ecc-384.c
 
    Compile time constant (but machine dependent) tables.
 
diff --git a/gcm.c b/gcm.c
index 596991b6..d3e30113 100644
--- a/gcm.c
+++ b/gcm.c
@@ -1,4 +1,4 @@
-/* gcm.h
+/* gcm.c
 
    Galois counter mode, specified by NIST,
    http://csrc.nist.gov/publications/nistpubs/800-38D/SP-800-38D.pdf
diff --git a/md4.c b/md4.c
index fcec304a..f6330d17 100644
--- a/md4.c
+++ b/md4.c
@@ -1,4 +1,4 @@
-/* md4.h
+/* md4.c
 
    The MD4 hash function, described in RFC 1320.
 
-- 
GitLab