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

Ugh, spaces instead of tabs... so gross.

parent a437c173
No related branches found
No related tags found
No related merge requests found
Pipeline #5325 passed
......@@ -2358,10 +2358,10 @@ static JSBool js_socket_set(JSContext *cx, JSObject *obj, jsid id, JSBool strict
p->tls_server = FALSE;
}
else {
if (scfg == NULL) {
ret = CRYPT_ERROR_NOTAVAIL;
}
else {
if (scfg == NULL) {
ret = CRYPT_ERROR_NOTAVAIL;
}
else {
ret = add_private_key(scfg, lprintf, p->session);
if (ret != CRYPT_OK) {
GCES(ret, p, estr, "setting private key");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment