emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/pgg-parse.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/pgg-parse.el
Date: Sun, 07 Aug 2005 19:56:35 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]