From f32f01ba01351c2cca26be3a62a9c2aa395ee433 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Mon, 18 Aug 2014 11:54:39 +0000 Subject: 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. --- transports/obfs4/statefile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transports') diff --git a/transports/obfs4/statefile.go b/transports/obfs4/statefile.go index 814a545..e727f7d 100644 --- a/transports/obfs4/statefile.go +++ b/transports/obfs4/statefile.go @@ -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 { -- cgit v1.2.3