diff options
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 |