From b5c0bb622f55b6e52a1ae1a5ec5a4ded0cded96b Mon Sep 17 00:00:00 2001 From: william Date: Thu, 16 Apr 2015 21:03:57 -0700 Subject: don't care about the SSL_CTX class index --- src/openssl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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, }; -- cgit v1.2.3-59-g8ed1b