Index: emacs/lisp/gnus/pgg-parse.el
diff -c emacs/lisp/gnus/pgg-parse.el:1.6 emacs/lisp/gnus/pgg-parse.el:1.7
*** emacs/lisp/gnus/pgg-parse.el:1.6    Sat Aug  6 19:51:42 2005
--- emacs/lisp/gnus/pgg-parse.el        Sun Aug  7 23:56:32 2005
***************
*** 58,64 ****
          (cons (sexp :tag "Number") (sexp :tag "Type"))))
  
  (defcustom pgg-parse-hash-algorithm-alist
!   '((1 . MD5) (2 . SHA1) (3 . RIPEMD160) (5 . MD2))
    "Alist of the assigned number to the cryptographic hash algorithm."
    :group 'pgg-parse
    :type '(repeat
--- 58,65 ----
          (cons (sexp :tag "Number") (sexp :tag "Type"))))
  
  (defcustom pgg-parse-hash-algorithm-alist
!   '((1 . MD5) (2 . SHA1) (3 . RIPEMD160) (5 . MD2) (8 . SHA256) (9 . SHA384)
!     (10 . SHA512))
    "Alist of the assigned number to the cryptographic hash algorithm."
    :group 'pgg-parse
    :type '(repeat


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to