Rename the tls_connect_socket() parameter 'socket' to 's' to avoid
authorbluhm <bluhm@openbsd.org>
Fri, 2 Jan 2015 16:38:07 +0000 (16:38 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 2 Jan 2015 16:38:07 +0000 (16:38 +0000)
commit53687b848ae2d8fe2ec14899c4c6c64c58a34349
tree2a6172c3b3269c1809dae0321d0c882429c0f07a
parent712e6aecb0efa100cda1ef6f8a50b05be182dd94
Rename the tls_connect_socket() parameter 'socket' to 's' to avoid
a compiler warning about shadowing a global declaration.
OK jsing@
lib/libtls/tls_client.c