From d472e5d51ba460f59ceafcb2c09bd3482eb72139 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Thu, 6 Apr 2017 14:42:45 +1000 Subject: Reintroduce context:setTLSextStatusType() accidently removed in 59766e63abfeb30342d413777b507940a739cc97 --- src/openssl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 -- cgit v1.2.3-59-g8ed1b