Commit 59088e43 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Set current certificate to selected certificate.

parent 399976c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2444,6 +2444,7 @@ int tls_choose_sigalg(SSL *s, int *al)
        }
    }
    s->s3->tmp.cert = &s->cert->pkeys[idx];
    s->cert->key = s->s3->tmp.cert;
    s->s3->tmp.sigalg = lu;
    return 1;
}