introduce CRYPT_INPUT_TOO_LONG

This commit is contained in:
Steffen Jaeckel
2017-09-25 21:58:50 +02:00
parent 13cb43ad4c
commit 4a8bfc0a21
10 changed files with 12 additions and 15 deletions
+2 -1
View File
@@ -68,7 +68,8 @@ enum {
CRYPT_OVERFLOW, /* An overflow of a value was detected/prevented */
CRYPT_UNUSED1, /* UNUSED1 */
CRYPT_UNUSED2, /* UNUSED2 */
CRYPT_INPUT_TOO_LONG, /* The input was longer than expected. */
CRYPT_PK_INVALID_SIZE, /* Invalid size input for PK parameters */