summaryrefslogtreecommitdiff
path: root/src/openssl.pubkey.lua
diff options
context:
space:
mode:
authorwilliam <william@25thandclement.com>2015-03-04 18:42:28 -0800
committerwilliam <william@25thandclement.com>2015-03-04 18:42:28 -0800
commit040bfbcb57ef45f039c8ecff6a47277d33c295f3 (patch)
treefaee3f0a21bcce6442bdeaf5ab44b96a00ff596b /src/openssl.pubkey.lua
parent7c5ce4211db9e61d140612d22d6584dc17d180a6 (diff)
downloadluaossl-040bfbcb57ef45f039c8ecff6a47277d33c295f3.tar.gz
luaossl-040bfbcb57ef45f039c8ecff6a47277d33c295f3.tar.bz2
luaossl-040bfbcb57ef45f039c8ecff6a47277d33c295f3.zip
readd pubkey.lua as a stub because the previous solution of using a symbolic link was causing packaging headaches
Diffstat (limited to 'src/openssl.pubkey.lua')
-rw-r--r--src/openssl.pubkey.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openssl.pubkey.lua b/src/openssl.pubkey.lua
new file mode 100644
index 0000000..91bc8b9
--- /dev/null
+++ b/src/openssl.pubkey.lua
@@ -0,0 +1,2 @@
1-- for backwards compatibility
2return require "openssl.pkey"