List for cgit developers and users
 help / color / mirror / Atom feed
Subject: Lua+openssl: require("openssl.digest") → require'openssl'.digest
Date: Wed, 22 Apr 2020 14:13:39 +0000	[thread overview]
Message-ID: <95ceb3d9401bc6a7fbd1b2938ca8e28f214d2732.camel@aegee.org> (raw)

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
  ?????



                 reply	other threads:[~2020-04-22 14:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=95ceb3d9401bc6a7fbd1b2938ca8e28f214d2732.camel@aegee.org \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).