]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Make ssl_sock_handshake() static.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 23 May 2019 12:45:12 +0000 (14:45 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 5 Jun 2019 16:03:38 +0000 (18:03 +0200)
commit000694cf9665c0e8b0125f3ca273a05b0e446622
treeed8b0eb4705a6e56f86cb07be4334a4fd27ec220
parentea8dd949e4ab7ddd94afdbf0e96087c883192217
MINOR: ssl: Make ssl_sock_handshake() static.

ssl_sock_handshake is now only used by the ssl code itself, there's no need
to export it anymore, so make it static.
include/proto/ssl_sock.h
src/ssl_sock.c