Loading ssl/s3_clnt.c +1 −1 Original line number Diff line number Diff line Loading @@ -1889,7 +1889,7 @@ static int ssl3_send_client_key_exchange(SSL *s) * * if ((s->cert->key->privatekey != NULL) && * (s->cert->key->privatekey->type == * EVP_PKEY_ECC) && ...) * EVP_PKEY_EC) && ...) * ecdh_clnt_cert = 1; */ } Loading Loading
ssl/s3_clnt.c +1 −1 Original line number Diff line number Diff line Loading @@ -1889,7 +1889,7 @@ static int ssl3_send_client_key_exchange(SSL *s) * * if ((s->cert->key->privatekey != NULL) && * (s->cert->key->privatekey->type == * EVP_PKEY_ECC) && ...) * EVP_PKEY_EC) && ...) * ecdh_clnt_cert = 1; */ } Loading