diff options
author | william <william@25tandclement.com> | 2014-03-27 22:57:17 -0700 |
---|---|---|
committer | william <william@25tandclement.com> | 2014-03-27 22:57:17 -0700 |
commit | 47532cac8cdd5d697a56445e5946703de13b19d8 (patch) | |
tree | 2a1175e459113127996f30aac6b1da37d3953414 /src | |
parent | ea88fea73260424a1724a6ef5ecb0aa5dce68ba7 (diff) | |
download | luaossl-47532cac8cdd5d697a56445e5946703de13b19d8.tar.gz luaossl-47532cac8cdd5d697a56445e5946703de13b19d8.tar.bz2 luaossl-47532cac8cdd5d697a56445e5946703de13b19d8.zip |
rename pubkey.lua to pkey.lua and create symlink on install for backward compatability
Diffstat (limited to 'src')
-rw-r--r-- | src/openssl.pubkey.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/openssl.pubkey.lua b/src/openssl.pubkey.lua deleted file mode 100644 index 2cbd6d2..0000000 --- a/src/openssl.pubkey.lua +++ /dev/null @@ -1,4 +0,0 @@ -local pkey = require"_openssl.pkey" - -return pkey - |