From mboxrd@z Thu Jan 1 00:00:00 1970 From: dilyan.palauzov at aegee.org (=?UTF-8?Q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD_?= =?UTF-8?Q?=D0=9F=D0=B0=D0=BB=D0=B0=D1=83=D0=B7=D0=BE=D0=B2?=) Date: Wed, 22 Apr 2020 14:13:39 +0000 Subject: Lua+openssl: require("openssl.digest") =?UTF-8?Q?=E2=86=92?= require'openssl'.digest Message-ID: <95ceb3d9401bc6a7fbd1b2938ca8e28f214d2732.camel@aegee.org> Hello, I do not pretend to understand anything about Lua, but filters/email-gravatar.lua contains local digest = require("openssl.digest") which apparently means to open the digest file in the openssl directory. I installed https://github.com/zhaozg/lua-openssl which recommends the syntax: local digest = require'openssl'.digest and that latter syntax does work. This change is likely also good for the other lua-cgit-filters, which I do not use. Greetings ?????