summaryrefslogtreecommitdiff
path: root/src/share
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-12-20 11:52:09 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-12-20 11:52:09 -0500
commit7aa9067b4694d42b3b7a63a65ea70b74fed5b363 (patch)
tree150e35424942622923eceb7af426cfaaa8a74847 /src/share
parenta348dcf9a67eea73c2a4752353b26e4d15c79754 (diff)
fix ms Issue #1536 for gpg edit/addkey UI change
gnupg apparently changed their edit-key/addkey function ordering such that the monkeysphere gen-subkey subcommand was creating DSA authentication subkeys instead of RSA subkeys. DSA subkeys are not supported by the ms key translation utilities, so this is a big problem. This patch fixes the problem, but it means that we have require gnupg >=1.4.10 from now on, or at least until gnupg changes their UI again for no good reason.
Diffstat (limited to 'src/share')
-rw-r--r--src/share/m/gen_subkey2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/m/gen_subkey b/src/share/m/gen_subkey
index 05004f6..a90c618 100644
--- a/src/share/m/gen_subkey
+++ b/src/share/m/gen_subkey
@@ -45,7 +45,7 @@ Type '$PGRM help' for usage."
# generate the list of commands that will be passed to edit-key
editCommands="addkey
-7
+8
S
E
A