src/ssl.h

changeset 41
e26f1f91118a
parent 39
3626abd24c59
equal deleted inserted replaced
40:85d59ac3328b 41:e26f1f91118a
26 t_buffer buf; 26 t_buffer buf;
27 t_timeout tm; 27 t_timeout tm;
28 SSL *ssl; 28 SSL *ssl;
29 char state; 29 char state;
30 int error; 30 int error;
31 int t_cert_errors; /* reference to a table of cert errors...or LUA_NOREF */
31 } t_ssl; 32 } t_ssl;
32 typedef t_ssl* p_ssl; 33 typedef t_ssl* p_ssl;
33 34
35 extern int luasec_ssl_idx;
34 LUASEC_API int luaopen_ssl_core(lua_State *L); 36 LUASEC_API int luaopen_ssl_core(lua_State *L);
35 37
36 #endif 38 #endif

mercurial