makerom v0.6

This commit is contained in:
3DSGuy
2014-04-08 13:09:00 +08:00
parent 26772b49c8
commit 9cb89cbe8b
59 changed files with 2935 additions and 2662 deletions
+2 -5
View File
@@ -1,5 +1,4 @@
#ifndef _TPKI_H_
#define _TPKI_H_
#pragma once
// AES KEYS
static const unsigned char zeros_aesKey[16] =
@@ -412,6 +411,4 @@ static const unsigned char cpB_tpki_cert[0x300] =
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
#endif
};