summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-04-06 14:42:45 +1000
committerdaurnimator <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[] = {
8313#if HAVE_SSL_CTX_SET_TLSEXT_SERVERNAME_CALLBACK 8313#if HAVE_SSL_CTX_SET_TLSEXT_SERVERNAME_CALLBACK
8314 { "setHostnameCallback", &sx_setHostnameCallback }, 8314 { "setHostnameCallback", &sx_setHostnameCallback },
8315#endif 8315#endif
8316#if HAVE_SSL_CTX_SET_TLSEXT_STATUS_TYPE
8317 { "setTLSextStatusType", &sx_setTLSextStatusType },
8318#endif
8316#if HAVE_SSL_CTX_GET_TLSEXT_STATUS_TYPE 8319#if HAVE_SSL_CTX_GET_TLSEXT_STATUS_TYPE
8317 { "getTLSextStatusType", &sx_getTLSextStatusType }, 8320 { "getTLSextStatusType", &sx_getTLSextStatusType },
8318#endif 8321#endif