new certificate authorities needed--I guess we need to automate this somehow

This commit is contained in:
David Rose 2012-02-13 17:38:51 +00:00
parent e6ffb2e509
commit 51d420ed81
3 changed files with 16230 additions and 30847 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -72,7 +72,7 @@ main(int argc, char *argv[]) {
// Now write the data to the .c file, in a compilable form, similar
// to bin2c.
ofstream out;
Filename target = Filename::text_filename(target_filename);
Filename target = Filename::text_filename(string(target_filename));
if (!target.open_write(out)) {
cerr << "Couldn't open " << target_filename << " for writing.\n";
return (1);