aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/openssl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 163ba7f..90db798 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -578,7 +578,6 @@ static void lib_setintegers(lua_State *L, const integer_Reg *l) {
static struct {
int flags;
- int SSL_CTX_ex_index;
void (*X509_STORE_free)(X509_STORE *);
struct {
@@ -586,7 +585,6 @@ static struct {
} tmp;
} compat = {
.flags = 0,
- .SSL_CTX_ex_index = -1,
.X509_STORE_free = &X509_STORE_free,
};