diff options
author | Gibheer <gibheer@gmail.com> | 2015-02-17 21:44:10 +0100 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2015-02-17 21:44:10 +0100 |
commit | 470d21409b5f26d49fefd34d75b82197045d4811 (patch) | |
tree | f808e14913b6f73406e93c6250ae7826d8f2777c /flags.go | |
parent | b022e8ab4ce93bc429e5052dd806ae03a068a676 (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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |