X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fhmac-def.el;h=2855fa4d57ead1b7a6bb1931ecac72d06feae2cb;hp=9cbb919abcc14b9a0bd3c285f2c9b73d9842d401;hb=90f7e57cdbebca17652f43459b3f5dfbfb26d7fa;hpb=26e47ff85a400ddcfb9e53885b7a719f5444851c;ds=sidebyside diff --git a/lisp/hmac-def.el b/lisp/hmac-def.el index 9cbb919ab..2855fa4d5 100644 --- a/lisp/hmac-def.el +++ b/lisp/hmac-def.el @@ -1,9 +1,9 @@ ;;; hmac-def.el --- A macro for defining HMAC functions. -;; 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, RFC-2104 +;; Keywords: HMAC, RFC2104 ;; This file is part of GNU Emacs. @@ -22,7 +22,7 @@ ;;; Commentary: -;; This program is implemented from RFC 2104, +;; This program is implemented from RFC2104, ;; "HMAC: Keyed-Hashing for Message Authentication". ;;; Code: @@ -80,5 +80,4 @@ If BIT is non-nil, truncate output to specified bits." (provide 'hmac-def) -;; arch-tag: 645adcef-b835-4900-a10a-11f636c982b9 ;;; hmac-def.el ends here