Rename server_handshake_tls() to server_tls_handshake() to align with
authorreyk <reyk@openbsd.org>
Tue, 16 Aug 2016 08:36:29 +0000 (08:36 +0000)
committerreyk <reyk@openbsd.org>
Tue, 16 Aug 2016 08:36:29 +0000 (08:36 +0000)
commit9211a933883c27876887142c91cc73a055c11750
treeb82a933bde108b818f8e2b74b6549a15ab2b5ee4
parent07240181b4b973de797fc317722bdbb90d9fe1df
Rename server_handshake_tls() to server_tls_handshake() to align with
the other server_tls_* functions (and I like the prefix notation
better).  No functional change.
usr.sbin/httpd/server.c