File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ static const struct error_desc px_err_list[] = {
55
55
{PXE_ARGUMENT_ERROR , "Illegal argument to function" },
56
56
{PXE_UNKNOWN_SALT_ALGO , "Unknown salt algorithm" },
57
57
{PXE_BAD_SALT_ROUNDS , "Incorrect number of rounds" },
58
- {PXE_MCRYPT_INTERNAL , "mcrypt internal error" },
59
58
{PXE_NO_RANDOM , "Failed to generate strong random bits" },
60
59
{PXE_DECRYPT_FAILED , "Decryption failed" },
61
60
{PXE_ENCRYPT_FAILED , "Encryption failed" },
Original file line number Diff line number Diff line change 58
58
#define PXE_ARGUMENT_ERROR -13
59
59
#define PXE_UNKNOWN_SALT_ALGO -14
60
60
#define PXE_BAD_SALT_ROUNDS -15
61
- #define PXE_MCRYPT_INTERNAL -16
61
+ /* -16 is unused */
62
62
#define PXE_NO_RANDOM -17
63
63
#define PXE_DECRYPT_FAILED -18
64
64
#define PXE_ENCRYPT_FAILED -19
You can’t perform that action at this time.
0 commit comments