From be4ffabba4162b944cedce6a98ed5fc6071f51aa Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 19 Mar 2016 15:49:04 +0100 Subject: Expicit key sizes --- cmd/batch/files.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmd/batch') diff --git a/cmd/batch/files.go b/cmd/batch/files.go index 474d0ff..371b856 100644 --- a/cmd/batch/files.go +++ b/cmd/batch/files.go @@ -1,6 +1,7 @@ package main import ( + "crypto" "crypto/tls" "crypto/x509" "fmt" @@ -17,6 +18,8 @@ type Cert struct { tls.Certificate keyFile string crtFile string + accFile string + crypto.PrivateKey } func (c Cert) String() string { -- cgit v1.2.3