X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/171eda5358a6c63b4854688a300b0fe22d3fcb38..e276b42800dc2b8263ebf24d7c449f53c819307b:/lisp/net/hmac-md5.el diff --git a/lisp/net/hmac-md5.el b/lisp/net/hmac-md5.el index 045a12520a..26f448fee6 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-2015 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