summaryrefslogtreecommitdiffstats
path: root/nse_openssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'nse_openssl.h')
-rw-r--r--nse_openssl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/nse_openssl.h b/nse_openssl.h
new file mode 100644
index 0000000..0995662
--- /dev/null
+++ b/nse_openssl.h
@@ -0,0 +1,11 @@
+#ifndef OPENSSLLIB
+#define OPENSSLLIB
+
+#define OPENSSLLIBNAME "openssl"
+
+LUALIB_API int luaopen_openssl(lua_State *L);
+
+#include <openssl/bn.h>
+int nse_pushbn( lua_State *L, BIGNUM *num, bool should_free);
+#endif
+