5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-22 15:20:30 +00:00

Fix AllowedBoxPubs

This commit is contained in:
Neil Alexander 2018-05-23 12:32:26 +01:00
parent ce854a76bd
commit 34f7b7ca14
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -157,6 +157,7 @@ func main() {
"BoxPriv": "EncryptionPrivateKey",
"SigPub": "SigningPublicKey",
"SigPriv": "SigningPrivateKey",
"AllowedBoxPubs": "AllowedEncryptionPublicKeys",
}
for from, to := range changes {
if val, ok := dat[from]; ok {