diff options
| author | William Ahern <william@server.local> | 2013-12-04 14:56:32 -0800 |
|---|---|---|
| committer | William Ahern <william@server.local> | 2013-12-04 14:56:32 -0800 |
| commit | 8226aea35589110a6633077f40fd2c6433dc977d (patch) | |
| tree | 6ebc5e2fd94084cf01cb871399716e1b1f353dc7 /openssl.rand.lua | |
| parent | 22184c902bf2670fea9fd1cc6e69e16f9ae91f5b (diff) | |
| download | luaossl-8226aea35589110a6633077f40fd2c6433dc977d.tar.gz luaossl-8226aea35589110a6633077f40fd2c6433dc977d.tar.bz2 luaossl-8226aea35589110a6633077f40fd2c6433dc977d.zip | |
-n
add openssl.rand modue
Diffstat (limited to 'openssl.rand.lua')
| -rw-r--r-- | openssl.rand.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl.rand.lua b/openssl.rand.lua new file mode 100644 index 0000000..70e9d3f --- /dev/null +++ b/openssl.rand.lua | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | local ctx = require"_openssl.rand" | ||
| 2 | |||
| 3 | return ctx | ||
