about summary refs log tree commit diff stats
path: root/src/luasec/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/luasec/context.h')
-rw-r--r--src/luasec/context.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/luasec/context.h b/src/luasec/context.h
index 21202cb..b51cd44 100644
--- a/src/luasec/context.h
+++ b/src/luasec/context.h
@@ -39,9 +39,6 @@ int lsec_getmode(lua_State *L, int idx);
 /* Registre the module. */
 LSEC_API int luaopen_ssl_context(lua_State *L);
 
-/* Compat - Lua 5.1 */
-#if (LUA_VERSION_NUM == 501)
-void *lsec_testudata (lua_State *L, int ud, const char *tname);
-#endif
+void *luasocket_testudata ( lua_State *L, int arg, const char *tname);
 
 #endif