mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-27 10:14:36 +00:00
Fix typo in statem_clnt.c
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14791)
This commit is contained in:
parent
dfccfde065
commit
3201abeb46
@ -1761,7 +1761,7 @@ static MSG_PROCESS_RETURN tls_process_as_hello_retry_request(SSL *s,
|
|||||||
return MSG_PROCESS_ERROR;
|
return MSG_PROCESS_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* prepare server cert verificaton by setting s->session->peer_chain from pkt */
|
/* prepare server cert verification by setting s->session->peer_chain from pkt */
|
||||||
MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt)
|
MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt)
|
||||||
{
|
{
|
||||||
unsigned long cert_list_len, cert_len;
|
unsigned long cert_list_len, cert_len;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user