Check for target user before trying to decrypt a file

This commit is contained in:
2022-12-21 21:06:03 +01:00
parent 24bae89095
commit f65e8cd9eb
2 changed files with 10 additions and 2 deletions

View File

@@ -129,7 +129,8 @@ namespace gourou
DRM_IN_OUT_EQUALS,
DRM_MISSING_PARAMETER,
DRM_INVALID_KEY_SIZE,
DRM_ERR_ENCRYPTION_KEY_FP
DRM_ERR_ENCRYPTION_KEY_FP,
DRM_INVALID_USER
};
#ifndef _NOEXCEPT