diff options
author | William Ahern <william@server.local> | 2012-10-09 18:15:47 -0700 |
---|---|---|
committer | William Ahern <william@server.local> | 2012-10-09 18:15:47 -0700 |
commit | a9d25b6567fa1fb4bba8642b356089483768096c (patch) | |
tree | 8bab13e97e2a7f25cb9b1229cfc5b003739007a4 /openssl.pubkey.lua | |
parent | 048e5f3b22e512ed4b4273306511fea3f1c29161 (diff) | |
download | luaossl-a9d25b6567fa1fb4bba8642b356089483768096c.tar.gz luaossl-a9d25b6567fa1fb4bba8642b356089483768096c.tar.bz2 luaossl-a9d25b6567fa1fb4bba8642b356089483768096c.zip |
-n
add lua code wrappers
Diffstat (limited to 'openssl.pubkey.lua')
-rw-r--r-- | openssl.pubkey.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openssl.pubkey.lua b/openssl.pubkey.lua new file mode 100644 index 0000000..6dc5614 --- /dev/null +++ b/openssl.pubkey.lua @@ -0,0 +1,4 @@ +local pubkey = require"_openssl.pubkey" + +return pubkey + |