aboutsummaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-02-17 21:44:10 +0100
committerGibheer <gibheer@gmail.com>2015-02-17 21:44:10 +0100
commit470d21409b5f26d49fefd34d75b82197045d4811 (patch)
treef808e14913b6f73406e93c6250ae7826d8f2777c /flags.go
parentb022e8ab4ce93bc429e5052dd806ae03a068a676 (diff)
add public key support
This adds all options to create and store a public key.
Diffstat (limited to 'flags.go')
-rw-r--r--flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags.go b/flags.go
index 29ece80..157dd04 100644
--- a/flags.go
+++ b/flags.go
@@ -51,7 +51,7 @@ type (
// a container for the refined flags
flagSet struct {
- PrivateKey pkilib.PrivateKey
+ PrivateKey pki.PrivateKey
Output io.WriteCloser
// private key specific stuff