diff options
Diffstat (limited to 'sparc32/arcfour-crypt.asm')
-rw-r--r-- | sparc32/arcfour-crypt.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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. |