Make tlsext_*_{build,needs,parse}() functions static
authortb <tb@openbsd.org>
Thu, 4 Aug 2022 09:27:36 +0000 (09:27 +0000)
committertb <tb@openbsd.org>
Thu, 4 Aug 2022 09:27:36 +0000 (09:27 +0000)
commit8b7f8f189aea4f1f46e678c3beff3b7cb3caeeb2
tree73b1fd8b3cda8a6091a37703e967329e311a01ae
parent43cbe5bff6629c463463325cebb7e87b291b4a73
Make tlsext_*_{build,needs,parse}() functions static

None of these functions are used outside of ssl_tlsext.c. The only reason
they are prototyped in the header is for the use of tlsexttest.c. Rather
than having a big pile of useless copy-paste in the header, we can adapt
the test to avoid using these functions directly.

ok jsing
lib/libssl/ssl_tlsext.c
lib/libssl/ssl_tlsext.h