File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ static const struct error_desc px_err_list[] = {
50
50
{PXE_KEY_TOO_BIG , "Key was too big" },
51
51
{PXE_CIPHER_INIT , "Cipher cannot be initialized ?" },
52
52
{PXE_HASH_UNUSABLE_FOR_HMAC , "This hash algorithm is unusable for HMAC" },
53
- {PXE_DEV_READ_ERROR , "Error reading from random device" },
54
53
{PXE_BUG , "pgcrypto bug" },
55
54
{PXE_ARGUMENT_ERROR , "Illegal argument to function" },
56
55
{PXE_UNKNOWN_SALT_ALGO , "Unknown salt algorithm" },
Original file line number Diff line number Diff line change 53
53
#define PXE_KEY_TOO_BIG -7
54
54
#define PXE_CIPHER_INIT -8
55
55
#define PXE_HASH_UNUSABLE_FOR_HMAC -9
56
- #define PXE_DEV_READ_ERROR -10
56
+ /* -10 is unused */
57
+ /* -11 is unused */
57
58
#define PXE_BUG -12
58
59
#define PXE_ARGUMENT_ERROR -13
59
60
#define PXE_UNKNOWN_SALT_ALGO -14
You can’t perform that action at this time.
0 commit comments