[winpr,tools] makecert fix relative path usage
This commit is contained in:
parent
2fd3ace997
commit
005d70c9e4
@ -450,7 +450,7 @@ int makecert_context_output_certificate_file(MAKECERT_CONTEXT* context, const ch
|
||||
BIO* bio = NULL;
|
||||
char* x509_str = NULL;
|
||||
|
||||
if (!context || !path)
|
||||
if (!context)
|
||||
return -1;
|
||||
|
||||
if (!context->output_file)
|
||||
|
Loading…
Reference in New Issue
Block a user