mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[winpr,tools] makecert fix relative path usage
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user