summaryrefslogtreecommitdiff
path: root/lib/vtls/sectransp.c
diff options
context:
space:
mode:
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>2021-02-02 17:54:52 -0800
committerDaniel Stenberg <daniel@haxx.se>2021-02-08 14:10:55 +0100
commitc30bf22f1c1b2d5043517845204d53d6752db0fe (patch)
treed4d3eae375616590e12315567ae60e9e72c0a706 /lib/vtls/sectransp.c
parent8a644f3355fafd2c468d12332308459f5641b81a (diff)
downloadcurl-c30bf22f1c1b2d5043517845204d53d6752db0fe.tar.gz
vtls: factor out Curl_ssl_getsock to field of Curl_ssl
Closes #6558
Diffstat (limited to 'lib/vtls/sectransp.c')
-rw-r--r--lib/vtls/sectransp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vtls/sectransp.c b/lib/vtls/sectransp.c
index 9a8f7de8d..f117e7f64 100644
--- a/lib/vtls/sectransp.c
+++ b/lib/vtls/sectransp.c
@@ -3301,6 +3301,7 @@ const struct Curl_ssl Curl_ssl_sectransp = {
Curl_none_cert_status_request, /* cert_status_request */
sectransp_connect, /* connect */
sectransp_connect_nonblocking, /* connect_nonblocking */
+ Curl_ssl_getsock, /* getsock */
sectransp_get_internals, /* get_internals */
sectransp_close, /* close_one */
Curl_none_close_all, /* close_all */