aboutsummaryrefslogtreecommitdiffstats
path: root/openssl.cipher.lua
diff options
context:
space:
mode:
authorLibravatarLibravatar William Ahern <william@server.local> 2013-03-11 22:46:03 -0700
committerLibravatarLibravatar William Ahern <william@server.local> 2013-03-11 22:46:03 -0700
commit993866fa039071ac77f5157bfdfb709bb31b5821 (patch)
tree7dee4034c5866f74eb9b4eb75a33bfc7fbac30e3 /openssl.cipher.lua
parent86c0d06ca02033efe9be6c0736ec5ebd7fe77c2d (diff)
downloadluaossl-993866fa039071ac77f5157bfdfb709bb31b5821.tar.gz
luaossl-993866fa039071ac77f5157bfdfb709bb31b5821.tar.bz2
luaossl-993866fa039071ac77f5157bfdfb709bb31b5821.zip
-n
add EVP_CIPHER_CTX bindings
Diffstat (limited to 'openssl.cipher.lua')
-rw-r--r--openssl.cipher.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl.cipher.lua b/openssl.cipher.lua
new file mode 100644
index 0000000..876cd1b
--- /dev/null
+++ b/openssl.cipher.lua
@@ -0,0 +1,3 @@
+local ctx = require"_openssl.cipher"
+
+return ctx