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 +- internal/stupidgcm/without_openssl.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/stupidgcm') 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 diff --git a/internal/stupidgcm/without_openssl.go b/internal/stupidgcm/without_openssl.go index 0b3cf90..91dd33c 100644 --- a/internal/stupidgcm/without_openssl.go +++ b/internal/stupidgcm/without_openssl.go @@ -11,7 +11,7 @@ import ( type stupidGCM struct{} const ( - // Has openssl been disabled at compile-time? + // BuiltWithoutOpenssl indicates if openssl been disabled at compile-time BuiltWithoutOpenssl = true ) -- cgit v1.2.3