turn off any default armor
authorroot <devnull@localhost>
Mon, 29 Apr 1996 14:26:01 +0000 (14:26 +0000)
committerroot <devnull@localhost>
Mon, 29 Apr 1996 14:26:01 +0000 (14:26 +0000)
CVS patchset: 552
CVS date: 1996/04/29 14:26:01

lib/signature.c

index eb87e8d..c6e672f 100644 (file)
@@ -181,7 +181,7 @@ static int makePGPSignature(char *file, int ofd, char *passPhrase)
        setenv("PGPPATH", getVar(RPMVAR_PGP_PATH), 1);
        /* setenv("PGPPASS", passPhrase, 1); */
        execlp("pgp", "pgp",
-              "+batchmode=on", "+verbose=0",
+              "+batchmode=on", "+verbose=0", "+armor=off",
               name, secring, pubring,
               "-sb", file, sigfile,
               NULL);