diff options
Diffstat (limited to 'src/openssl.cipher.lua')
-rw-r--r-- | src/openssl.cipher.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/openssl.cipher.lua b/src/openssl.cipher.lua new file mode 100644 index 0000000..876cd1b --- /dev/null +++ b/src/openssl.cipher.lua @@ -0,0 +1,3 @@ +local ctx = require"_openssl.cipher" + +return ctx |