handle GpgDisableVerify and ignore-signatures consistently

and be less verbose
This commit is contained in:
André Roth
2024-07-03 00:11:01 +02:00
parent d16110068c
commit c1f7e5fe96
12 changed files with 31 additions and 18 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import (
type NullVerifier struct {
}
func (n *NullVerifier) InitKeyring() error {
func (n *NullVerifier) InitKeyring(_ bool) error {
return nil
}