ERRX is still -1.

This commit is contained in:
nicolson%netscape.com 2001-06-25 21:34:22 +00:00
parent 78a4f9bc36
commit 24e6add7cd

View File

@ -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