The complete list of supported algorithms.
authorkink-guest <kink-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Sat, 25 Jun 2005 15:06:26 +0000 (15:06 +0000)
committerkink-guest <kink-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Sat, 25 Jun 2005 15:06:26 +0000 (15:06 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@75 b513b33f-fedd-0310-b452-c3deb5f4c849

gpg-key2ps/gpg-key2ps

index 74e3953dcb7f24d5454e069d9cf0c71a6c0eb58d..0d370e3204c6e03c43ed70663815a8e0750b67c1 100755 (executable)
@@ -119,7 +119,7 @@ cat <<EOF
 } def
 
 /showAlgorithm {
-  << 16 (g) 17 (D) 1 (R) >> exch get
+  << 1 (R) 2 (r) 3 (s) 16 (g) 20 (G) 17 (D) >> exch get
   show
 } def