diff options
author | william <william@25tandclement.com> | 2014-03-27 22:57:09 -0700 |
---|---|---|
committer | william <william@25tandclement.com> | 2014-03-27 22:57:09 -0700 |
commit | ea88fea73260424a1724a6ef5ecb0aa5dce68ba7 (patch) | |
tree | 62abe950e44cf911130426a4b7931e4e6a07f70b /src/openssl.pkey.lua | |
parent | 8e755dcc092f0f46e7ff847d9672bfa7dde834c5 (diff) | |
download | luaossl-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.lua | 4 |
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 @@ | |||
1 | local pkey = require"_openssl.pkey" | ||
2 | |||
3 | return pkey | ||
4 | |||