turn off any default armor

CVS patchset: 552
CVS date: 1996/04/29 14:26:01
This commit is contained in:
root 1996-04-29 14:26:01 +00:00
parent 7f4acbe43d
commit f0156ac74c
1 changed files with 1 additions and 1 deletions

View 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);