mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
cyassl: fixed typo introduced in 4f8b1774
This commit is contained in:
parent
b34ea05d9d
commit
18b02f1964
@ -427,7 +427,6 @@ cyassl_connect_step2(struct connectdata *conn,
|
||||
const char * const pinnedpubkey = SSL_IS_PROXY() ?
|
||||
data->set.str[STRING_SSL_PINNEDPUBLICKEY_PROXY] :
|
||||
data->set.str[STRING_SSL_PINNEDPUBLICKEY_ORIG];
|
||||
conn->http_proxy.host.dispname : conn->host.dispname;
|
||||
|
||||
conn->recv[sockindex] = cyassl_recv;
|
||||
conn->send[sockindex] = cyassl_send;
|
||||
|
Loading…
x
Reference in New Issue
Block a user