correct GUID offset

GUID was set one byte off resulting in invalid message
This commit is contained in:
Klas Lindfors
2014-02-13 08:42:50 +01:00
parent 90cfda0ba6
commit 29d2fb85bf
+1 -1
View File
@@ -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,