diff options
author | william <william@25thandclement.com> | 2015-03-04 18:42:28 -0800 |
---|---|---|
committer | william <william@25thandclement.com> | 2015-03-04 18:42:28 -0800 |
commit | 040bfbcb57ef45f039c8ecff6a47277d33c295f3 (patch) | |
tree | faee3f0a21bcce6442bdeaf5ab44b96a00ff596b /src/openssl.pubkey.lua | |
parent | 7c5ce4211db9e61d140612d22d6584dc17d180a6 (diff) | |
download | luaossl-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.lua | 2 |
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 | ||
2 | return require "openssl.pkey" | ||