aboutsummaryrefslogtreecommitdiff
path: root/crypto_context.go
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_context.go')
-rw-r--r--crypto_context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto_context.go b/crypto_context.go
index bdbf84c..b674410 100644
--- a/crypto_context.go
+++ b/crypto_context.go
@@ -151,7 +151,7 @@ func (cryptoc *cryptoContext) loadPrivateKey() (err error) {
return nil
}
-// loadPassphrase load passphrase from file ".ssh/awwan.pass"
+// loadPassphrase load passphrase from file ".ssh/awwan.pass".
func (cryptoc *cryptoContext) loadPassphrase() (pass []byte, err error) {
var (
logp = `loadPassphrase`