ECToo / d2x-cios-installer

Automatically exported from code.google.com/p/d2x-cios-installer
GNU General Public License v2.0
1 stars 0 forks source link

haxx_certs.h missing from sources #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The sources are missing the file haxx_certs.h, which is included by patchmii.c.

I have found that creating the file haxx_certs.h with the following two lines 
is good enough to get the sources to compile, but I don't know if this is 
correct:

extern const u8 HAXX_certs[];
extern const u32 HAXX_certs_size;

Original issue reported on code.google.com by rjdym...@gmail.com on 4 Jan 2013 at 8:26