summaryrefslogtreecommitdiff
path: root/security/nss
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss')
-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