summaryrefslogtreecommitdiff
path: root/openssl.bignum.lua
diff options
context:
space:
mode:
authorWilliam Ahern <william@server.local>2012-10-09 18:15:47 -0700
committerWilliam Ahern <william@server.local>2012-10-09 18:15:47 -0700
commita9d25b6567fa1fb4bba8642b356089483768096c (patch)
tree8bab13e97e2a7f25cb9b1229cfc5b003739007a4 /openssl.bignum.lua
parent048e5f3b22e512ed4b4273306511fea3f1c29161 (diff)
downloadluaossl-a9d25b6567fa1fb4bba8642b356089483768096c.tar.gz
luaossl-a9d25b6567fa1fb4bba8642b356089483768096c.tar.bz2
luaossl-a9d25b6567fa1fb4bba8642b356089483768096c.zip
-n
add lua code wrappers
Diffstat (limited to 'openssl.bignum.lua')
-rw-r--r--openssl.bignum.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl.bignum.lua b/openssl.bignum.lua
new file mode 100644
index 0000000..3090a68
--- /dev/null
+++ b/openssl.bignum.lua
@@ -0,0 +1,3 @@
1local bignum = require"_openssl.bignum"
2
3return bignum