aboutsummaryrefslogtreecommitdiffstats
path: root/cipher
diff options
context:
space:
mode:
Diffstat (limited to 'cipher')
-rw-r--r--cipher/ChangeLog4
-rw-r--r--cipher/camellia.c3
-rw-r--r--cipher/camellia.h3
3 files changed, 8 insertions, 2 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index ca2530ec8..5bf0f805e 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-09 Werner Koch <[email protected]>
+
+ * camellia.c, camellia.h: Fixed the FSF's postal address.
+
2007-06-13 David Shaw <[email protected]>
* Makefile.am, algorithms.h, cipher.c (setup_cipher_table): Add
diff --git a/cipher/camellia.c b/cipher/camellia.c
index c32c406ba..3e45f5d50 100644
--- a/cipher/camellia.c
+++ b/cipher/camellia.c
@@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
/*
diff --git a/cipher/camellia.h b/cipher/camellia.h
index 740ed8bfd..9af323665 100644
--- a/cipher/camellia.h
+++ b/cipher/camellia.h
@@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef HEADER_CAMELLIA_H