[winpr,tools] makecert fix relative path usage

This commit is contained in:
akallabeth 2024-10-15 23:26:25 +02:00
parent 2fd3ace997
commit 005d70c9e4
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -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)