Merge pull request #2373 from mpalmer/more-error-messages

Add some more generic error messages
This commit is contained in:
Jens Steube
2020-05-26 13:25:36 +02:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -535,6 +535,10 @@ typedef enum parser_rc
PARSER_TOKEN_LENGTH = -35,
PARSER_INSUFFICIENT_ENTROPY = -36,
PARSER_PKZIP_CT_UNMATCHED = -37,
PARSER_KEY_SIZE = -38,
PARSER_BLOCK_SIZE = -39,
PARSER_CIPHER = -40,
PARSER_FILE_SIZE = -41,
PARSER_UNKNOWN_ERROR = -255
} parser_rc_t;