diff -r 8904bda2369f -r 4ecd7b0e67ea src/context.h --- a/src/context.h Sun Dec 05 23:45:10 2010 -0800 +++ b/src/context.h Sun Dec 05 23:45:57 2010 -0800 @@ -31,11 +31,6 @@ } t_context; typedef t_context* p_context; -/* index into the SSL storage where the context is. - * see SSL_get_ex_data(). - */ -extern int luasec_ssl_idx; - p_context checkctx(lua_State *L, int idx); /* Retrieve the SSL context from the Lua stack */ SSL_CTX *ctx_getcontext(lua_State *L, int idx);