NIXIO: TLS-Support, bugfixes
[project/luci.git] / libs / nixio / src / nixio.c
index a4ef7462ef7d18d0cfc68637319b9363750849ac..0c8ee6eeb1fd9fc01c7f631b1d3bb29098ead90d 100644 (file)
@@ -118,6 +118,8 @@ LUALIB_API int luaopen_nixio(lua_State *L) {
        nixio_open_poll(L);
        nixio_open_io(L);
        nixio_open_splice(L);
+       nixio_open_tls_context(L);
+       nixio_open_tls_socket(L);
 
        /* module version */
        lua_pushnumber(L, VERSION);