This commit is contained in:
nicolson%netscape.com 2001-06-25 21:34:22 +00:00
Родитель 78a4f9bc36
Коммит 24e6add7cd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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