diff options
author | william <william@25thandclement.com> | 2015-04-16 21:03:57 -0700 |
---|---|---|
committer | william <william@25thandclement.com> | 2015-04-16 21:03:57 -0700 |
commit | b5c0bb622f55b6e52a1ae1a5ec5a4ded0cded96b (patch) | |
tree | fc6de286ef09e080c74d9aeef30241336e4b872d | |
parent | 8dbe7e424adcfcf0bec4c8573b874d733c5b2a66 (diff) | |
download | luaossl-b5c0bb622f55b6e52a1ae1a5ec5a4ded0cded96b.tar.gz luaossl-b5c0bb622f55b6e52a1ae1a5ec5a4ded0cded96b.tar.bz2 luaossl-b5c0bb622f55b6e52a1ae1a5ec5a4ded0cded96b.zip |
don't care about the SSL_CTX class index
-rw-r--r-- | src/openssl.c | 2 |
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, }; |