Make dtls1_link_min_mtu static
authorMatt Caswell <matt@openssl.org>
Mon, 26 Oct 2015 11:13:56 +0000 (11:13 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:39:47 +0000 (08:39 +0000)
commit3616bb63586df04b22de00f49bc92d92dff1b8b6
treecb5af42ff2478ac09ce6b05dfcf576f0ea776344
parent006207d1bc39335b9cb474e6c9a4ca96a33bae46
Make dtls1_link_min_mtu static

The function dtls1_link_min_mtu() was only used within d1_lib.c so make
it static.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/d1_lib.c
ssl/ssl_locl.h