From a4956fa6bfde27c21f70e8577ebb586ccc9a3691 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 4 Oct 2016 23:30:05 +0200 Subject: A few more lint fixes --- internal/stupidgcm/stupidgcm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/stupidgcm/stupidgcm.go') diff --git a/internal/stupidgcm/stupidgcm.go b/internal/stupidgcm/stupidgcm.go index 58027f8..6e551f5 100644 --- a/internal/stupidgcm/stupidgcm.go +++ b/internal/stupidgcm/stupidgcm.go @@ -16,7 +16,7 @@ import ( ) const ( - // Has openssl been disabled at compile-time? + // BuiltWithoutOpenssl indicates if openssl been disabled at compile-time BuiltWithoutOpenssl = false keyLen = 32 -- cgit v1.2.3