X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2912322b80f7db17e3aefd58884056f99f1024e6..8520d9c4e50520db79410ec6ef0052df129231dc:/lisp/net/hmac-md5.el diff --git a/lisp/net/hmac-md5.el b/lisp/net/hmac-md5.el index 045a12520a..a423cbeadd 100644 --- a/lisp/net/hmac-md5.el +++ b/lisp/net/hmac-md5.el @@ -1,6 +1,6 @@ ;;; hmac-md5.el --- Compute HMAC-MD5. -;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2001, 2007-2011 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI ;; Keywords: HMAC, RFC2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5 @@ -79,5 +79,4 @@ (provide 'hmac-md5) -;; arch-tag: 0ab3f4f6-3d4b-4167-a9fa-635b7fed7f27 ;;; hmac-md5.el ends here