* pgg-gpg.el (pgg-decrypt-condition): Add RIJNDAEL, RIJNDAEL192, and RIJNDAEL256...
authorueno <ueno>
Sat, 2 Jun 2001 09:42:29 +0000 (09:42 +0000)
committerueno <ueno>
Sat, 2 Jun 2001 09:42:29 +0000 (09:42 +0000)
pgg.el

diff --git a/pgg.el b/pgg.el
index 1b40d48..2b17b3e 100644 (file)
--- a/pgg.el
+++ b/pgg.el
 (ctree-set-calist-strictly
  'pgg-decrypt-condition
  '((public-key-algorithm ELG-E DSA ELG)
-   (symmetric-key-algorithm 3DES CAST5 BLOWFISH TWOFISH)
+   (symmetric-key-algorithm
+    3DES CAST5 BLOWFISH RIJNDAEL RIJNDAEL192 RIJNDAEL256 TWOFISH)
    (scheme . gpg)))
 
 ;;; @ definition of the implementation scheme