summaryrefslogtreecommitdiff
path: root/x86_64
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-07-07 23:03:35 +0200
committerNiels Möller <nisse@lysator.liu.se>2012-07-07 23:03:35 +0200
commitee6ff2cc52df67191c06760f7e9c88e8e83862c1 (patch)
tree1d00a1e8ddb7df86094166fca2ee1114bacf9d94 /x86_64
parent75d3fcc8f153ee39b2eb25d174d569302fe303b7 (diff)
downloadnettle-ee6ff2cc52df67191c06760f7e9c88e8e83862c1.tar.gz
Updated FSF address. Patch from David Woodhouse.
Diffstat (limited to 'x86_64')
-rw-r--r--x86_64/aes-decrypt-internal.asm4
-rw-r--r--x86_64/aes-encrypt-internal.asm4
-rw-r--r--x86_64/camellia-crypt-internal.asm4
-rw-r--r--x86_64/memxor.asm4
-rw-r--r--x86_64/salsa20-crypt.asm4
-rw-r--r--x86_64/serpent-decrypt.asm4
-rw-r--r--x86_64/serpent-encrypt.asm4
-rw-r--r--x86_64/serpent.m44
-rw-r--r--x86_64/sha1-compress.asm4
9 files changed, 18 insertions, 18 deletions
diff --git a/x86_64/aes-decrypt-internal.asm b/x86_64/aes-decrypt-internal.asm
index d473e9c2..de97de32 100644
--- a/x86_64/aes-decrypt-internal.asm
+++ b/x86_64/aes-decrypt-internal.asm
@@ -14,8 +14,8 @@ C License for more details.
C
C You should have received a copy of the GNU Lesser General Public License
C along with the nettle library; see the file COPYING.LIB. If not, write to
-C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-C MA 02111-1307, USA.
+C the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+C MA 02111-1301, USA.
include_src(<x86_64/aes.m4>)
diff --git a/x86_64/aes-encrypt-internal.asm b/x86_64/aes-encrypt-internal.asm
index 200feb53..fbfcdb66 100644
--- a/x86_64/aes-encrypt-internal.asm
+++ b/x86_64/aes-encrypt-internal.asm
@@ -14,8 +14,8 @@ C License for more details.
C
C You should have received a copy of the GNU Lesser General Public License
C along with the nettle library; see the file COPYING.LIB. If not, write to
-C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-C MA 02111-1307, USA.
+C the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+C MA 02111-1301, USA.
include_src(<x86_64/aes.m4>)
diff --git a/x86_64/camellia-crypt-internal.asm b/x86_64/camellia-crypt-internal.asm
index b7bd93f3..8fc2fc1b 100644
--- a/x86_64/camellia-crypt-internal.asm
+++ b/x86_64/camellia-crypt-internal.asm
@@ -15,8 +15,8 @@ C License for more details.
C
C You should have received a copy of the GNU Lesser General Public License
C along with the nettle library; see the file COPYING.LIB. If not, write to
-C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-C MA 02111-1307, USA.
+C the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+C MA 02111-1301, USA.
C Performance, cycles per block
C
diff --git a/x86_64/memxor.asm b/x86_64/memxor.asm
index 117ae70e..c2ccc920 100644
--- a/x86_64/memxor.asm
+++ b/x86_64/memxor.asm
@@ -15,8 +15,8 @@ C License for more details.
C
C You should have received a copy of the GNU Lesser General Public License
C along with the nettle library; see the file COPYING.LIB. If not, write to
-C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-C MA 02111-1307, USA.
+C the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+C MA 02111-1301, USA.
C Register usage:
define(<DST>, <%rax>) C Originally in %rdi
diff --git a/x86_64/salsa20-crypt.asm b/x86_64/salsa20-crypt.asm
index b6212247..2e059a70 100644
--- a/x86_64/salsa20-crypt.asm
+++ b/x86_64/salsa20-crypt.asm
@@ -14,8 +14,8 @@ C License for more details.
C
C You should have received a copy of the GNU Lesser General Public License
C along with the nettle library; see the file COPYING.LIB. If not, write to
-C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-C MA 02111-1307, USA.
+C the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+C MA 02111-1301, USA.
define(<CTX>, <%rdi>)
define(<LENGTH>, <%rsi>)
diff --git a/x86_64/serpent-decrypt.asm b/x86_64/serpent-decrypt.asm
index 5055d715..02a857ce 100644
--- a/x86_64/serpent-decrypt.asm
+++ b/x86_64/serpent-decrypt.asm
@@ -14,8 +14,8 @@ C License for more details.
C
C You should have received a copy of the GNU Lesser General Public License
C along with the nettle library; see the file COPYING.LIB. If not, write to
-C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-C MA 02111-1307, USA.
+C the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+C MA 02111-1301, USA.
include_src(<x86_64/serpent.m4>)
diff --git a/x86_64/serpent-encrypt.asm b/x86_64/serpent-encrypt.asm
index 2925dcde..5362bad1 100644
--- a/x86_64/serpent-encrypt.asm
+++ b/x86_64/serpent-encrypt.asm
@@ -14,8 +14,8 @@ C License for more details.
C
C You should have received a copy of the GNU Lesser General Public License
C along with the nettle library; see the file COPYING.LIB. If not, write to
-C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-C MA 02111-1307, USA.
+C the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+C MA 02111-1301, USA.
include_src(<x86_64/serpent.m4>)
diff --git a/x86_64/serpent.m4 b/x86_64/serpent.m4
index c8dc40c3..aaae224a 100644
--- a/x86_64/serpent.m4
+++ b/x86_64/serpent.m4
@@ -14,8 +14,8 @@ C License for more details.
C
C You should have received a copy of the GNU Lesser General Public License
C along with the nettle library; see the file COPYING.LIB. If not, write to
-C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-C MA 02111-1307, USA.
+C the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+C MA 02111-1301, USA.
C WROL(count, w)
define(<WROL>, <
diff --git a/x86_64/sha1-compress.asm b/x86_64/sha1-compress.asm
index 352e52c3..ffa28d0b 100644
--- a/x86_64/sha1-compress.asm
+++ b/x86_64/sha1-compress.asm
@@ -14,8 +14,8 @@ C License for more details.
C
C You should have received a copy of the GNU Lesser General Public License
C along with the nettle library; see the file COPYING.LIB. If not, write to
-C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-C MA 02111-1307, USA.
+C the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+C MA 02111-1301, USA.
C Register usage. KVALUE and INPUT share a register.
define(<SA>,<%eax>)dnl