Use an array of keys so that if the same fingerprint is used none are lost when using PGP key backup

This commit is contained in:
Jeff Mitchell
2016-01-08 14:29:23 -05:00
parent 839b804e43
commit 1c9b00524f
2 changed files with 8 additions and 4 deletions

View File

@@ -108,5 +108,5 @@ type RekeyUpdateResponse struct {
type RekeyRetrieveResponse struct {
Nonce string
Keys map[string]string
Keys map[string][]string
}