aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar daurnimator <quae@daurnimator.com> 2017-04-06 14:42:45 +1000
committerLibravatarLibravatar daurnimator <quae@daurnimator.com> 2017-04-06 14:42:45 +1000
commitd472e5d51ba460f59ceafcb2c09bd3482eb72139 (patch)
tree4e3cfe57f3b8a440fedf2bcdfaeb78b016184b5d
parentfb7257faa03dbe65f5cd2f596f4e723c56cf771c (diff)
downloadluaossl-d472e5d51ba460f59ceafcb2c09bd3482eb72139.tar.gz
luaossl-d472e5d51ba460f59ceafcb2c09bd3482eb72139.tar.bz2
luaossl-d472e5d51ba460f59ceafcb2c09bd3482eb72139.zip
Reintroduce context:setTLSextStatusType() accidently removed in 59766e63abfeb30342d413777b507940a739cc97
-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