about summary refs log tree commit diff
path: root/filters
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2014-01-14 11:32:54 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2014-01-14 13:55:25 +0100
commit50287e7912129881a0157e4ae6dcc42310567c6e (patch)
treef8f27fb7e15fd30d407c7b766069d8894e3a3e8f /filters
parentmakefile: only display lua message once (diff)
downloadcgit-pink-50287e7912129881a0157e4ae6dcc42310567c6e.tar.gz
cgit-pink-50287e7912129881a0157e4ae6dcc42310567c6e.zip
email-gravatar.lua: fix for lua 5.2
Diffstat (limited to 'filters')
-rw-r--r--filters/email-gravatar.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/email-gravatar.lua b/filters/email-gravatar.lua
index 982e030..9feb611 100644
--- a/filters/email-gravatar.lua
+++ b/filters/email-gravatar.lua
@@ -7,7 +7,7 @@
 -- 	<http://mkottman.github.io/luacrypto/>
 --
 
-require("crypto")
+local crypto = require("crypto")
 
 function filter_open(email, page)
 	buffer = ""
021-05-25Bump version to 3.3.3p1 3.3.3p1June McEnroe 2021-05-25build: Add scripts to EXTRA_DISTJune McEnroe 2021-05-25import: Add missing scripts/wrap-compiler-for-flag-checkJune McEnroe 2021-05-08Import LibreSSL 3.3.3June McEnroe 2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe 2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe