aboutsummaryrefslogtreecommitdiff
path: root/file
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-05-02 22:29:34 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-05-02 22:29:34 +0200
commita1152d457156263eba945e18bafad7ccdbf9efd8 (patch)
tree7c19023a78cf2f08588f9ae39f36a49befdbec94 /file
parent391e198592a23c53f65710ba71635b6060cae009 (diff)
verify with
Diffstat (limited to 'file')
-rw-r--r--file/names.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/file/names.go b/file/names.go
index 6846097..2ee1518 100644
--- a/file/names.go
+++ b/file/names.go
@@ -35,3 +35,7 @@ func PubFile(comment string) (string, bool) {
}
return "", false
}
+
+func VerifyWith(encFile string) string {
+ return verifyWith + PubName(encFile)
+}