Skip to content
Snippets Groups Projects
Commit 8f089bf0 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix DO() macro in ssl.c

parent 34ed1237
No related branches found
No related tags found
No related merge requests found
Pipeline #5057 passed
......@@ -352,7 +352,7 @@ static void unlock_ssl_cert_write(void)
}
// TODO: Failures in get_ssl_cert() aren't logged.
#define DO(action, handle, x) x
#define DO(action, handle, x) cryptStatusOK(x)
static char cert_path[INI_MAX_VALUE_LEN + 8];
static unsigned cert_epoch;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment