cosmetics to chunk_write()

This commit is contained in:
Martin Willi
2008-04-17 14:06:37 +00:00
parent 2270b396b3
commit 72c882d8c0
3 changed files with 20 additions and 20 deletions
+1
View File
@@ -544,6 +544,7 @@ int main(int argc, char **argv)
attr_chunk = attr_cert->get_encoding(attr_cert);
if (chunk_write(attr_chunk, outfile, "attribute cert", 0022, TRUE))
{
DBG1(" wrote attribute cert file '%s' (%u bytes)", outfile, chunk.len);
write_serial(serial);
status = 0;
}