summaryrefslogtreecommitdiff
path: root/src/openssl.pkey.lua
diff options
context:
space:
mode:
authorwilliam <william@25tandclement.com>2014-03-27 22:57:09 -0700
committerwilliam <william@25tandclement.com>2014-03-27 22:57:09 -0700
commitea88fea73260424a1724a6ef5ecb0aa5dce68ba7 (patch)
tree62abe950e44cf911130426a4b7931e4e6a07f70b /src/openssl.pkey.lua
parent8e755dcc092f0f46e7ff847d9672bfa7dde834c5 (diff)
downloadluaossl-ea88fea73260424a1724a6ef5ecb0aa5dce68ba7.tar.gz
luaossl-ea88fea73260424a1724a6ef5ecb0aa5dce68ba7.tar.bz2
luaossl-ea88fea73260424a1724a6ef5ecb0aa5dce68ba7.zip
rename pubkey.lua to pkey.lua and create symlink on install for backward compatability
Diffstat (limited to 'src/openssl.pkey.lua')
-rw-r--r--src/openssl.pkey.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openssl.pkey.lua b/src/openssl.pkey.lua
new file mode 100644
index 0000000..2cbd6d2
--- /dev/null
+++ b/src/openssl.pkey.lua
@@ -0,0 +1,4 @@
1local pkey = require"_openssl.pkey"
2
3return pkey
4