Module Name: src
Committed By: rillig
Date: Sat Aug 27 12:55:34 UTC 2022
Modified Files:
src/crypto/external/bsd/netpgp/dist/bindings/lua: netpgp.lua
Log Message:
netpgp: fix indentation in Lua binding example program
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/crypto/external/bsd/netpgp/dist/bindings/lua/netpgp.lua
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/netpgp/dist/bindings/lua/netpgp.lua
diff -u src/crypto/external/bsd/netpgp/dist/bindings/lua/netpgp.lua:1.7 src/crypto/external/bsd/netpgp/dist/bindings/lua/netpgp.lua:1.8
--- src/crypto/external/bsd/netpgp/dist/bindings/lua/netpgp.lua:1.7 Sat Aug 27 08:57:23 2022
+++ src/crypto/external/bsd/netpgp/dist/bindings/lua/netpgp.lua Sat Aug 27 12:55:34 2022
@@ -73,7 +73,7 @@ if options.homedir then
netpgp.homedir(pgp, options.homedir)
end
if options.decrypt or options.sign then
-netpgp.setvar(pgp, "need seckey", 1)
+ netpgp.setvar(pgp, "need seckey", 1)
end
-- initialise everything