lua-resty-openssl
lua-resty-openssl copied to clipboard
Makefile doesn't installs all files
It has
$(INSTALL) lib/resty/openssl*.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/
$(INSTALL) lib/resty/openssl/*.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/openssl/
but this misses "auxiliary", "include" and "x509" subdirs in resty/openssl/ dir
I guess the same problem was in #2
@olfway Oops, will fix that, thanks! In the meanwhile I would recommand to install using package manager like luarocks or opm.