mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-06-15 00:56:07 -05:00
Windows: handle Argon2 derivation failures
This commit is contained in:
+2
-1
@@ -456,7 +456,8 @@ enum
|
||||
ERR_RAND_INIT_FAILED = 34,
|
||||
ERR_CAPI_INIT_FAILED = 35,
|
||||
ERR_XTS_MASTERKEY_VULNERABLE = 36,
|
||||
ERR_SYSENC_XTS_MASTERKEY_VULNERABLE = 37
|
||||
ERR_SYSENC_XTS_MASTERKEY_VULNERABLE = 37,
|
||||
ERR_KEY_DERIVATION_FAILED = 38
|
||||
};
|
||||
|
||||
#endif // #ifndef TCDEFS_H
|
||||
|
||||
Reference in New Issue
Block a user