Dropped RSA
authorjgg <>
Sun, 25 Feb 2001 03:45:01 +0000 (03:45 +0000)
committerjgg <>
Sun, 25 Feb 2001 03:45:01 +0000 (03:45 +0000)
userdir_gpg.py

index 69ebe34..3abc05c 100644 (file)
@@ -17,7 +17,8 @@ import rfc822, time, fcntl, FCNTL, anydbm
 
 # General GPG options
 GPGPath = "gpg"
-GPGBasicOptions = ["--no-options","--batch","--load-extension","rsa",\
+# "--load-extension","rsa",
+GPGBasicOptions = ["--no-options","--batch",
           "--no-default-keyring","--always-trust"];
 GPGKeyRings = [];
 GPGSigOptions = ["--output","-"];