File: lua-sec.h

package info (click to toggle)
lua-sec 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 740 kB
  • sloc: ansic: 3,807; makefile: 108; sh: 63
file content (9 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
/* This file has been added in the Debian package */

extern int luaopen_ssl_core(lua_State*);
extern int luaopen_ssl_context(lua_State*);
extern int luaopen_ssl_x509(lua_State*);
extern int luaopen_ssl_ec(lua_State*);
extern int luaopen_ssl_config(lua_State*);

// eof