Allow the CHIL engine to load even if dynamic locks aren't registered.

Submitted by: Sander Temme
This commit is contained in:
Geoff Thorpe
2008-11-19 14:08:06 +00:00
parent 5aa032033e
commit bfc6482a7a
4 changed files with 5 additions and 8 deletions

View File

@@ -88,7 +88,6 @@ static void ERR_HWCRHK_error(int function, int reason, char *file, int line);
#define HWCRHK_R_CHIL_ERROR 102
#define HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED 103
#define HWCRHK_R_DSO_FAILURE 104
#define HWCRHK_R_LOCKING_MISSING 114
#define HWCRHK_R_MISSING_KEY_COMPONENTS 105
#define HWCRHK_R_NOT_INITIALISED 106
#define HWCRHK_R_NOT_LOADED 107