aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-03-19 15:49:04 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-03-19 15:49:04 +0100
commitbe4ffabba4162b944cedce6a98ed5fc6071f51aa (patch)
tree32d550d5a42d8dd0f44922be9155649f906cb82c /cmd
parent20071a9bc4aa4731ff91426d0164492397582021 (diff)
Expicit key sizes
Diffstat (limited to 'cmd')
-rw-r--r--cmd/batch/files.go3
1 files changed, 3 insertions, 0 deletions
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 {