Change the drbg seed field in the state file.

Changing from "drbgSeed" to "drbg-seed" to be consistent with the
ServerTransportOptions to allow for easier copy/paste.
merge-requests/3/head
Yawning Angel 10 years ago
parent 22c9dc3f48
commit f32f01ba01

@ -49,7 +49,7 @@ type jsonServerState struct {
NodeID string `json:"node-id"`
PrivateKey string `json:"private-key"`
PublicKey string `json:"public-key"`
DrbgSeed string `json:"drbgSeed"`
DrbgSeed string `json:"drbg-seed"`
}
type obfs4ServerState struct {

Loading…
Cancel
Save