1
0
mirror of https://github.com/ssh-vault/ssh-vault.git synced 2025-07-29 18:01:12 +03:00

Adds the fingerprint on AES additionalData

This commit is contained in:
nbari
2016-10-09 11:58:58 +02:00
parent 58a845b9da
commit b7f1ed4269
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
package sshvault
import (
"fmt"
"io/ioutil"
"os"
"os/exec"
@ -29,6 +28,5 @@ func (v *vault) Create() ([]byte, error) {
if err != nil {
return nil, err
}
fmt.Printf("len(b) = %+v\n", len(b))
return b, nil
}