mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-09-21 07:24:28 +00:00
Windows: add read-only recovery mount for interrupted non-system in-place volumes
This commit is contained in:
+2
-1
@@ -457,7 +457,8 @@ enum
|
||||
ERR_CAPI_INIT_FAILED = 35,
|
||||
ERR_XTS_MASTERKEY_VULNERABLE = 36,
|
||||
ERR_SYSENC_XTS_MASTERKEY_VULNERABLE = 37,
|
||||
ERR_KEY_DERIVATION_FAILED = 38
|
||||
ERR_KEY_DERIVATION_FAILED = 38,
|
||||
ERR_NONSYS_INPLACE_RECOVERY_READONLY_UNSUPPORTED = 39
|
||||
};
|
||||
|
||||
#endif // #ifndef TCDEFS_H
|
||||
|
||||
Reference in New Issue
Block a user