mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:03:34 +03:00
checksrc: code style: use 'char *name' style
This commit is contained in:
parent
bc7e08471c
commit
dbadaebfc4
68 changed files with 330 additions and 329 deletions
|
|
@ -2305,7 +2305,7 @@ static CURLcode ossl_connect_step2(struct connectdata *conn, int sockindex)
|
|||
* negotiated
|
||||
*/
|
||||
if(conn->bits.tls_enable_alpn) {
|
||||
const unsigned char* neg_protocol;
|
||||
const unsigned char *neg_protocol;
|
||||
unsigned int len;
|
||||
SSL_get0_alpn_selected(connssl->handle, &neg_protocol, &len);
|
||||
if(len != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue