Update FSF's address in GPL notices.
[elisp/flim.git] / hmac-md5.el
index d003b50..037b9f6 100644 (file)
@@ -19,8 +19,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program; see the file COPYING.  If not, write to
-;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
 
 (eval-when-compile (require 'hmac-def))
 (require 'hex-util)                    ; (decode-hex-string STRING)
-;; Kludge for Emacs pretest 21.0.90 - 21.0.100 !!!
-;; they have `md5' as a built-in function but do not provide 'md5.
-(eval-and-compile
-  (if (and (fboundp 'md5)
-          (subrp (symbol-function 'md5)))
-      (provide 'md5)))
 (require 'md5)                         ; expects (md5 STRING)
 
 ;; To share *.elc files between Emacs w/ and w/o DL patch,