correct GUID offset
GUID was set one byte off resulting in invalid message
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ unsigned const char chuid_tmpl[] = {
|
||||
0x35, 0x08, 0x32, 0x30, 0x33, 0x30, 0x30, 0x31, 0x30, 0x31, 0x3e, 0x00, 0xfe,
|
||||
0x00,
|
||||
};
|
||||
#define CHUID_GUID_OFFS 35
|
||||
#define CHUID_GUID_OFFS 36
|
||||
|
||||
unsigned const char sha256oid[] = {
|
||||
0x30, 0x31, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04,
|
||||
|
||||
Reference in New Issue
Block a user