summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicolson%netscape.com <devnull@localhost>2001-06-25 21:34:22 +0000
committernicolson%netscape.com <devnull@localhost>2001-06-25 21:34:22 +0000
commitf158b67a35737c6dddd00c56918597721d1a5128 (patch)
tree962792cd5fbb8f0d0a032af4dd8919a52d541291
parenta20ae27046819e9cf1c5c423097b87dcebfa1a1b (diff)
downloadnss-hg-f158b67a35737c6dddd00c56918597721d1a5128.tar.gz
ERRX is still -1.
-rw-r--r--security/nss/cmd/signtool/signtool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/cmd/signtool/signtool.h b/security/nss/cmd/signtool/signtool.h
index bcb5b3fd9..3b11a4507 100644
--- a/security/nss/cmd/signtool/signtool.h
+++ b/security/nss/cmd/signtool/signtool.h
@@ -58,7 +58,7 @@
* General Defines
*/
#define JAR_BASE_END JAR_BASE + 100
-#define ERRX (1) /* the exit code used on failure */
+#define ERRX (-1) /* the exit code used on failure */
#define FNSIZE 256 /* the maximum length for filenames */
#define MAX_RSA_KEY_SIZE 4096
#define DEFAULT_RSA_KEY_SIZE 1024