[tor-commits] [obfs4/master] Change the drbg seed field in the state file.
yawning at torproject.org
yawning at torproject.org
Mon Aug 18 11:56:21 UTC 2014
commit f32f01ba01351c2cca26be3a62a9c2aa395ee433
Author: Yawning Angel <yawning at torproject.org>
Date: Mon Aug 18 11:54:39 2014 +0000
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(-)
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 {
More information about the tor-commits
mailing list