diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/openssl.c | 3 |
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 |
