HS 2.0: Remove hs20-osu-client debug file Cert/est-resp.raw
This was used during initial EST development time testing, but the same information is available in the debug log and since this separate file is deleted automatically, just remove its generation completely to simplify implementation. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
f1e2d38166
commit
4d1f7b6856
2 changed files with 0 additions and 7 deletions
|
@ -293,7 +293,6 @@ static int process_est_cert(struct hs20_osu_client *ctx, xml_node_t *cert,
|
|||
|
||||
unlink("Cert/est-req.b64");
|
||||
unlink("Cert/est-req.pem");
|
||||
unlink("Cert/est-resp.raw");
|
||||
rmdir("Cert");
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue