aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/md5.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/md5.c b/cipher/md5.c
index 631df17eb..270e3fe3e 100644
--- a/cipher/md5.c
+++ b/cipher/md5.c
@@ -14,7 +14,7 @@
*
* 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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* According to the definition of MD5 in RFC 1321 from April 1992.
* NOTE: This is *not* the same file as the one from glibc.