diff options
author | Niels Möller <nisse@lysator.liu.se> | 2012-07-07 23:03:35 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2012-07-07 23:03:35 +0200 |
commit | ee6ff2cc52df67191c06760f7e9c88e8e83862c1 (patch) | |
tree | 1d00a1e8ddb7df86094166fca2ee1114bacf9d94 /sparc32 | |
parent | 75d3fcc8f153ee39b2eb25d174d569302fe303b7 (diff) | |
download | nettle-ee6ff2cc52df67191c06760f7e9c88e8e83862c1.tar.gz |
Updated FSF address. Patch from David Woodhouse.
Diffstat (limited to 'sparc32')
-rw-r--r-- | sparc32/aes-decrypt-internal.asm | 4 | ||||
-rw-r--r-- | sparc32/aes-encrypt-internal.asm | 4 | ||||
-rw-r--r-- | sparc32/arcfour-crypt.asm | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sparc32/aes-decrypt-internal.asm b/sparc32/aes-decrypt-internal.asm index e7188687..380a9ee4 100644 --- a/sparc32/aes-decrypt-internal.asm +++ b/sparc32/aes-decrypt-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. include_src(<sparc32/aes.m4>) diff --git a/sparc32/aes-encrypt-internal.asm b/sparc32/aes-encrypt-internal.asm index 2361b424..0f431ad8 100644 --- a/sparc32/aes-encrypt-internal.asm +++ b/sparc32/aes-encrypt-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. include_src(<sparc32/aes.m4>) diff --git a/sparc32/arcfour-crypt.asm b/sparc32/arcfour-crypt.asm index 29aa70d7..5b217ea6 100644 --- a/sparc32/arcfour-crypt.asm +++ b/sparc32/arcfour-crypt.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 Define to YES, to enable the complex code to special case SRC C and DST with compatible alignment. |