Greetings,

Probably wasting some bandwith.
This diff consists of replacing in openssl

if (single_execution) {
        if (pledge("args", NULL) == -1) {
                perror("pledge");
                exit(1);
        }
}

if (single_execution)
        if (pledge("args", NULL) == -1)
                err(1, "pledge");


--- HLG

Attachment: pledge_err.diff
Description: pledge_err.diff

Reply via email to