From 5f4b16c00f2475a8efd0ae0d4d4e26f92b563dc0 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 25 Sep 2016 19:48:21 +0200 Subject: Implement changes proposed by gosimple. Also delete the unused "dirIVNameStruct", found by deadcode. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index e2777b0..c2da1f0 100644 --- a/main.go +++ b/main.go @@ -198,7 +198,7 @@ func main() { tlog.Info.Printf("Note: You must unmount gracefully, otherwise the profile file(s) will stay empty!\n") } // "-openssl" - if args.openssl == false { + if !args.openssl { tlog.Debug.Printf("OpenSSL disabled, using Go GCM") } else { tlog.Debug.Printf("OpenSSL enabled") -- cgit v1.2.3