aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openssl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 504931d..23070b9 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -8313,6 +8313,9 @@ static const auxL_Reg sx_methods[] = {
#if HAVE_SSL_CTX_SET_TLSEXT_SERVERNAME_CALLBACK
{ "setHostnameCallback", &sx_setHostnameCallback },
#endif
+#if HAVE_SSL_CTX_SET_TLSEXT_STATUS_TYPE
+ { "setTLSextStatusType", &sx_setTLSextStatusType },
+#endif
#if HAVE_SSL_CTX_GET_TLSEXT_STATUS_TYPE
{ "getTLSextStatusType", &sx_getTLSextStatusType },
#endif